git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-11 08:45:49 to 2017-09-14 12:40:15 UTC [more...]

RFC: Another proposed hash function transition plan
 2017-09-14 12:39 UTC  (19+ messages)
  ` RFC v3: "

how to remove from history just *one* version of a file/dir?
 2017-09-14 12:23 UTC  (2+ messages)

should "git tag" option of "-a" conflict with "-s", "-u"?
 2017-09-14 12:15 UTC  (2+ messages)

[PATCH v5 00/40] Add initial experimental external ODB support
 2017-09-14 10:14 UTC  (24+ messages)
` [PATCH v5 10/40] Add initial external odb support
` [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
` [PATCH v5 13/40] external odb: add 'put_raw_obj' support
` [PATCH v5 14/40] external-odb: accept only blobs for now
` [PATCH v5 19/40] lib-httpd: add upload.sh
` [PATCH v5 25/40] external-odb: add 'get_direct' support

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

merge-base not working as expected when base is ahead
 2017-09-14  8:09 UTC  (2+ messages)

[PATCH v4 0/4] imap-send: Fix and enable curl by default
 2017-09-14  7:52 UTC  (5+ messages)
` [PATCH v4 1/4] imap-send: return with error if curl failed
` [PATCH v4 2/4] imap-send: add wrapper to get server credentials if needed
` [PATCH v4 3/4] imap_send: setup_curl: retreive credentials if not set in config file
` [PATCH v4 4/4] imap-send: use curl by default when possible

[PATCH v2] commit-template: change a message to be more intuitive
 2017-09-14  7:36 UTC  (2+ messages)

Bug: git branch --unset-upstream command can nuke config when disk is full
 2017-09-13 23:31 UTC  (40+ 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 00/20] Read `packed-refs` using mmap()
 2017-09-13 23:00 UTC  (23+ 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

[PATCH 0/8] protocol transition
 2017-09-13 22:31 UTC  (11+ 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 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

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] 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  (9+ messages)
` [PATCH 06/34] clone: release strbuf after use in remove_junk()

[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 2/2] travis-ci: skip a branch build if equal tag is present
 2017-09-12 11:45 UTC  (3+ messages)

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)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).