git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-17 22:28:32 to 2017-09-20 17:11:25 UTC [more...]

[PATCH v5 0/7] Fast git status via a file system watcher
 2017-09-20 17:11 UTC  (63+ messages)
` [PATCH v6 00/12] "
  ` [PATCH v6 04/12] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
  ` [PATCH v6 05/12] fsmonitor: add documentation for the fsmonitor extension
  ` [PATCH v6 08/12] fsmonitor: add a test tool to dump the index extension
  ` [PATCH v6 09/12] split-index: disable the fsmonitor extension when running the split index test
  ` [PATCH v6 10/12] fsmonitor: add test cases for fsmonitor extension
      ` [PATCH v1 1/1] test-lint: echo -e (or -E) is not portable
  ` [PATCH v6 12/12] fsmonitor: add a performance test
  ` [PATCH v7 00/12] Fast git status via a file system watcher
    ` [PATCH v7 01/12] bswap: add 64 bit endianness helper get_be64
    ` [PATCH v7 02/12] preload-index: add override to enable testing preload-index
    ` [PATCH v7 03/12] update-index: add a new --force-write-index option
    ` [PATCH v7 04/12] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
    ` [PATCH v7 05/12] fsmonitor: add documentation for the fsmonitor extension
    ` [PATCH v7 06/12] ls-files: Add support in ls-files to display the fsmonitor valid bit
    ` [PATCH v7 07/12] update-index: add fsmonitor support to update-index
    ` [PATCH v7 08/12] fsmonitor: add a test tool to dump the index extension
    ` [PATCH v7 09/12] split-index: disable the fsmonitor extension when running the split index test
    ` [PATCH v7 10/12] fsmonitor: add test cases for fsmonitor extension
    ` [PATCH v7 11/12] fsmonitor: add a sample integration script for Watchman
    ` [PATCH v7 12/12] fsmonitor: add a performance test

git fast-export/import bug with -M -C
 2017-09-20 16:55 UTC  (2+ messages)

[PATCH] for_each_string_list_item(): behave correctly for empty list
 2017-09-20 16:28 UTC  (23+ messages)
          ` [PATCH v2] for_each_string_list_item: avoid undefined behavior "
            ` [PATCH v2] doc: camelCase the config variables to improve readability

Change in output as a result of patch
 2017-09-20 14:52 UTC  (17+ messages)
` [RFC PATCH 0/5] branch: improve error messages of branch renaming
  ` [RFC PATCH 1/5] builtin/checkout: avoid usage of '!!'
  ` [RFC PATCH 2/5] branch: document the usage of certain parameters
  ` [RFC PATCH 3/5] branch: cleanup branch name validation
  ` [RFC PATCH 4/5] branch: introduce dont_fail parameter for update validation
  ` [RFC PATCH 5/5] builtin/branch: give more useful error messages when renaming
    ` [RFC SAMPLE] "

[PATCH] add test for bug in git-mv with nested submodules
 2017-09-20 13:46 UTC  (8+ messages)
      ` [PATCH v2] add test for bug in git-mv for recursive submodules

[ANNOUNCE] Git Rev News edition 31
 2017-09-20 12:06 UTC 

[PATCH] doc: camelCase the config variables to improve readability
 2017-09-20  8:03 UTC  (3+ messages)

Behaviour of 'git stash show' when a stash has untracked files
 2017-09-20  5:33 UTC  (2+ messages)

[PATCH 0/10] towards clean leak-checker output
 2017-09-20  5:12 UTC  (10+ messages)
` [PATCH v2 10/10] add UNLEAK annotation for reducing leak false positives
      ` [PATCH for jk/leak-checkers] git-compat-util: make UNLEAK less error-prone
          ` [PATCH for jk/leak-checkers v2] "

[PATCH] Win32: simplify loading of DLL functions
 2017-09-20  4:44 UTC  (3+ messages)

[PATCH] t4014: strengthen search patterns
 2017-09-20  2:50 UTC  (2+ messages)

[PATCH 0/2] fix read past end of array in alternates files
 2017-09-20  2:44 UTC  (14+ messages)
` [PATCH 1/2] read_info_alternates: read contents into strbuf
` [PATCH 2/2] read_info_alternates: warn on non-trivial errors
` [PATCH v2 0/2] fix read past end of array in alternates files
  ` [PATCH v2 1/2] read_info_alternates: read contents into strbuf
  ` [PATCH v2 2/2] read_info_alternates: warn on non-trivial errors

[PATCH] describe: teach --match to handle branches and remotes
 2017-09-20  1:10 UTC  (5+ messages)
    ` [PATCH v2] "

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

[PATCH] rev-parse: rev-parse: add --is-shallow-repository
 2017-09-19 18:51 UTC  (4+ messages)

[PATCH v1 0/1] Teach status to show ignored directories
 2017-09-19 17:52 UTC  (5+ messages)
` [PATCH v2] Improve performance of git status --ignored

[PATCH v6 00/40] Add initial experimental external ODB support
 2017-09-19 17:45 UTC  (3+ messages)
` [PATCH v6 09/40] Add initial external odb support

What's cooking in git.git (Aug 2017, #05; Tue, 22)
 2017-09-19 17:08 UTC  (13+ messages)

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

[PATCH] doc: update information about windows build
 2017-09-19  9:27 UTC  (5+ messages)

My first contribution
 2017-09-19  8:05 UTC 

[PATCH v2 0/4] filter-branch: support for incremental update + fix for ancient tag format
 2017-09-19  6:42 UTC  (4+ messages)
` [PATCH v2 1/4] mktag: add option which allows the tagger field to be omitted

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-19  5:51 UTC  (2+ messages)

[OUTREACHY] pack: make packed_git_mru global a value instead of a pointer
 2017-09-19  5:20 UTC  (3+ messages)

[PATCH] t/README: fix typo and grammatically improve a sentence
 2017-09-19  3:12 UTC  (2+ messages)

[RFC PATCH 0/2] Add named reference to latest push cert
 2017-09-19  3:11 UTC  (9+ messages)

[PATCH 2/2] t9010-*.sh: skip all tests if the PIPE prereq is missing
 2017-09-19  2:52 UTC  (2+ messages)

[PATCH 1/2] test-lib: use more compact expression in PIPE prerequisite
 2017-09-19  2:50 UTC  (2+ messages)

What's cooking in git.git (Sep 2017, #03; Fri, 15)
 2017-09-19  1:18 UTC  (3+ messages)

[PATCH 0/3] Improve abbreviation disambiguation
 2017-09-19  0:51 UTC  (5+ messages)
` [PATCH 1/3] sha1_name: Create perf test for find_unique_abbrev()

[PATCH 0/8] protocol transition
 2017-09-18 20:06 UTC  (10+ messages)
` [PATCH 2/8] protocol: introduce protocol extention mechanisms
` [PATCH 3/8] daemon: recognize hidden request arguments

[PATCH] pack: make packed_git_mru global a value instead of a pointer
 2017-09-18 17:26 UTC  (4+ messages)

[PATCH 0/4] Fixes from the per-repository object store series
 2017-09-18 16:52 UTC  (3+ messages)
` [PATCH 2/4] push, fetch: error out for submodule entries not pointing to commits

[RFC PATCH 1/2] implement fetching of moved submodules
 2017-09-18 16:49 UTC  (5+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 2/2] submodule: simplify decision tree whether to or not to fetch

[PATCH] protocol: make parse_protocol_version() private
 2017-09-18 16:38 UTC  (2+ messages)

[PATCH] t2018: remove unwanted empty line
 2017-09-18 13:37 UTC  (3+ messages)

[PATCH] test-drop-caches: mark file local symbols with static
 2017-09-18 12:32 UTC  (2+ messages)

[PATCH 0/2] minor PIPE prerequisite updates
 2017-09-17 22:53 UTC 

[PATCH 1/4] t1502: demonstrate rev-parse --parseopt option mis-parsing
 2017-09-17 22:28 UTC  (4+ messages)
` [PATCH 2/4] rev-parse parseopt: do not search help text for flag chars
` [PATCH 3/4] rev-parse parseopt: interpret any whitespace as start of help text
` [PATCH 4/4] git-rebase: don't ignore unexpected command line arguments


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).