git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-09 10:47:14 to 2017-09-13 22:19:01 UTC [more...]

RFC: Another proposed hash function transition plan
 2017-09-13 22:18 UTC  (13+ messages)
  ` RFC v3: "

[PATCH 0/1] reset: fix mixed reset when using sparse-checkout
 2017-09-13 22:17 UTC  (15+ messages)
` [PATCH 1/1] reset: fix reset when using the sparse-checkout feature

[PATCH 0/8] protocol transition
 2017-09-13 21:54 UTC  (9+ messages)
` [PATCH 1/8] pkt-line: add packet_write function
` [PATCH 2/8] protocol: introduce protocol extention mechanisms
` [PATCH 3/8] daemon: recognize hidden request arguments
` [PATCH 4/8] upload-pack, receive-pack: introduce protocol version 1
` [PATCH 5/8] connect: teach client to recognize v1 server response
` [PATCH 6/8] connect: tell server that the client understands v1
` [PATCH 7/8] http: "
` [PATCH 8/8] i5700: add interop test for protocol transition

[PATCH 00/20] Read `packed-refs` using mmap()
 2017-09-13 21:35 UTC  (22+ messages)
` [PATCH 01/20] ref_iterator: keep track of whether the iterator output is ordered
` [PATCH 02/20] prefix_ref_iterator: break when we leave the prefix
` [PATCH 03/20] packed_ref_cache: add a backlink to the associated `packed_ref_store`
` [PATCH 04/20] die_unterminated_line(), die_invalid_line(): new functions
` [PATCH 05/20] read_packed_refs(): use mmap to read the `packed-refs` file
` [PATCH 06/20] read_packed_refs(): only check for a header at the top of the file
` [PATCH 07/20] read_packed_refs(): make parsing of the header line more robust
` [PATCH 08/20] read_packed_refs(): read references with minimal copying
` [PATCH 09/20] packed_ref_cache: remember the file-wide peeling state
` [PATCH 10/20] mmapped_ref_iterator: add iterator over a packed-refs file
` [PATCH 11/20] mmapped_ref_iterator_advance(): no peeled value for broken refs
` [PATCH 12/20] packed_ref_cache: keep the `packed-refs` file open and mmapped
` [PATCH 13/20] read_packed_refs(): ensure that references are ordered when read
` [PATCH 14/20] packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
` [PATCH 15/20] packed_read_raw_ref(): read the reference from the mmapped buffer
` [PATCH 16/20] ref_store: implement `refs_peel_ref()` generically
` [PATCH 17/20] packed_ref_store: get rid of the `ref_cache` entirely
` [PATCH 18/20] ref_cache: remove support for storing peeled values
` [PATCH 19/20] mmapped_ref_iterator: inline into `packed_ref_iterator`
` [PATCH 20/20] packed-backend.c: rename a bunch of things and update comments

Bug: git branch --unset-upstream command can nuke config when disk is full
 2017-09-13 21:33 UTC  (38+ messages)
` [PATCH 0/7] config.c may fail to notice some write() failures
  ` [PATCH 1/7] config: avoid "write_in_full(fd, buf, len) < len" pattern
    ` [PATCH v2] "
  ` [PATCH 2/7] get-tar-commit-id: check write_in_full() return against 0
  ` [PATCH 3/7] avoid "write_in_full(fd, buf, len) != len" pattern
  ` [PATCH 4/7] convert less-trivial versions of "write_in_full() != len"
  ` [PATCH 5/7] pkt-line: check write_in_full() errors against "< 0"
  ` [PATCH 6/7] notes-merge: use ssize_t for write_in_full() return value
  ` [PATCH 7/7] config: flip return value of store_write_*()
  ` [PATCH 8/7] read_pack_header: handle signed/unsigned comparison in read result

[PATCH] test-lib: don't use ulimit in test prerequisites on cygwin
 2017-09-13 19:20 UTC  (2+ messages)

merge-base not working as expected when base is ahead
 2017-09-13 15:07 UTC 

Bug?: git archive exclude pathspec and gitattributes export-ignore
 2017-09-13 14:56 UTC  (9+ messages)
    ` [PATCH 4/4] archive: queue directories for all types of pathspecs

[PATCH 0/4] Fixes from the per-repository object store series
 2017-09-13 14:06 UTC  (9+ messages)
` [PATCH 1/4] pack: make packed_git_mru global a value instead of a pointer
` [PATCH 2/4] push, fetch: error out for submodule entries not pointing to commits
` [PATCH 3/4] replace-objects: evaluate replacement refs without using the object store
` [PATCH 4/4] packed refs: pass .git dir instead of packed-refs path to init_fn

Unexpected pass for t6120-describe.sh on cygwin
 2017-09-13 13:11 UTC  (9+ messages)

[PATCH v2] commit-template: change a message to be more intuitive
 2017-09-13 13:05 UTC 

[PATCH] commit-template: change a message to be more intuitive
 2017-09-13 13:05 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] format-patch: use raw format for notes
 2017-09-13 13:03 UTC  (6+ messages)

[PATCH 00/34] plug strbuf memory leaks
 2017-09-13 12:56 UTC  (24+ messages)
` [PATCH 06/34] clone: release strbuf after use in remove_junk()
` [PATCH 08/34] connect: release strbuf on error return in git_connect()
  ` [PATCH 27/34] shortlog: release strbuf after use in insert_one_record()
                ` [PATCH] shortlog: skip format/parse roundtrip for internal traversal
` [PATCH 34/34] wt-status: release strbuf after use in wt_longstatus_print_tracking()

[idea] File history tracking hints
 2017-09-13 11:38 UTC  (7+ messages)

BUG: attempt to trim too many characters
 2017-09-13 11:06 UTC  (6+ messages)

Buffered value should be shown when requesting username for remote authentication
 2017-09-13  9:07 UTC  (3+ messages)

[PATCH 0/10] towards clean leak-checker output
 2017-09-13  7:13 UTC  (9+ messages)
` [PATCH 10/10] add UNLEAK annotation for reducing leak false positives

[PATCH] refs: make sure we never pass NULL to hashcpy
 2017-09-12 22:59 UTC  (2+ messages)
` [RFC v2] refs: strip out not allowed flags from ref_transaction_update

[PATCH] doc: fix minor typos (extra/duplicated words)
 2017-09-12 22:58 UTC 

commit-msg hook does not run on merge with --no-ff option
 2017-09-12 18:24 UTC  (3+ messages)

SHA1 collision in production repo?! (probably not)
 2017-09-12 17:38 UTC  (5+ messages)

[PATCH v2] sub-process: print the cmd when a capability is unsupported
 2017-09-12 12:02 UTC  (7+ messages)

[PATCH 00/12] Clean up notes-related code around `load_subtree()`
 2017-09-12 11:55 UTC  (6+ messages)

[PATCH v1 0/2] travis-ci: dedicated scripts + skip duplicated builds
 2017-09-12 11:45 UTC  (6+ messages)
` [PATCH v1 1/2] travis-ci: move Travis CI code into dedicated scripts
` [PATCH v1 2/2] travis-ci: skip a branch build if equal tag is present

What's cooking in git.git (Sep 2017, #02; Mon, 11)
 2017-09-12 11:30 UTC  (5+ messages)

[PATCH] help: change a message to be more precise
 2017-09-12 11:14 UTC 

[PATCH v2 1/2 / RFC] builtin/branch: stop supporting the use of --set-upstream option
 2017-09-12 10:31 UTC  (11+ messages)
` [PATCH v3 "
                ` [PATCH/RFC] branch: strictly don't allow a branch with name 'HEAD'

[PATCH 4/4] imap-send: use curl by default
 2017-09-12  8:24 UTC  (5+ messages)

Suggestion: better error message when an ambiguous checkout is executed
 2017-09-12  6:53 UTC  (3+ messages)

[PATCH] doc/for-each-ref: explicitly specify option names
 2017-09-12  4:38 UTC  (5+ messages)
` [PATCH v2 1/2] doc/for-each-ref: consistently use '=' to between argument names and values
  ` [PATCH v2 2/2] doc/for-each-ref: explicitly specify option names

--work-tree does not work for git-stash
 2017-09-11 18:59 UTC  (2+ messages)

[PATCH] name-rev: change ULONG_MAX to TIME_MAX
 2017-09-11 18:08 UTC  (5+ messages)
` [PATCH 0/4] Test name-rev with small stack

[PATCH] builtin/merge: honor commit-msg hook for merges
 2017-09-11 17:12 UTC  (4+ messages)
` [PATCHv3] "

Commit dropped when swapping commits with rebase -i -p
 2017-09-11  8:45 UTC  (5+ messages)

[PATCH v5 00/40] Add initial experimental external ODB support
 2017-09-10 12:30 UTC  (6+ messages)
` [PATCH v5 11/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH v5 12/40] t0400: add 'put_raw_obj' instruction to odb-helper script

"git shortlog -sn --follow -- <path>" counts all commits to entire repo
 2017-09-10  7:36 UTC  (8+ messages)

[PATCH v2 00/11] Implement transactions for the packed ref store
 2017-09-10  5:07 UTC  (5+ messages)
` [PATCH v2 08/11] t1404: demonstrate two problems with reference transactions

git diff <commit> doesn't quite work as documented?
 2017-09-09 11:39 UTC  (2+ messages)

[PATCH v3 1/3] refs/files-backend: add longer-scoped copy of string to list
 2017-09-09 10:47 UTC  (3+ messages)
` [PATCH v4 0/4] Rerolling ma/split-symref-update-fix


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).