| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-19 | read-cache: delete unused hashing methods | Derrick Stolee | 1 | -64/+0 |
| 2021-05-19 | read-cache: use hashfile instead of git_hash_ctx | Derrick Stolee | 1 | -71/+66 |
| 2021-05-16 | Merge branch 'mt/parallel-checkout-part-3' | Junio C Hamano | 1 | -4/+10 |
| 2021-05-10 | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 1 | -2/+2 |
| 2021-05-07 | Merge branch 'mt/add-rm-in-sparse-checkout' | Junio C Hamano | 1 | -0/+3 |
| 2021-05-07 | Merge branch 'ad/cygwin-no-backslashes-in-paths' | Junio C Hamano | 1 | -1/+1 |
| 2021-05-05 | make_transient_cache_entry(): optionally alloc from mem_pool | Matheus Tavares | 1 | -4/+10 |
| 2021-04-30 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -7/+72 |
| 2021-04-30 | cygwin: disallow backslashes in file names | Adam Dinwoodie | 1 | -1/+1 |
| 2021-04-27 | Always use oidread to read into struct object_id | brian m. carlson | 1 | -2/+2 |
| 2021-04-14 | read-cache: ensure full index | Derrick Stolee | 1 | -0/+4 |
| 2021-04-14 | read-cache: expand on query into sparse-directory entry | Derrick Stolee | 1 | -0/+21 |
| 2021-04-14 | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 1 | -5/+5 |
| 2021-04-08 | refresh_index(): add flag to ignore SKIP_WORKTREE entries | Matheus Tavares | 1 | -0/+3 |
| 2021-03-30 | sparse-index: convert from full to sparse | Derrick Stolee | 1 | -2/+24 |
| 2021-03-30 | sparse-index: add 'sdir' index extension | Derrick Stolee | 1 | -0/+9 |
| 2021-03-30 | sparse-index: implement ensure_full_index() | Derrick Stolee | 1 | -0/+9 |
| 2021-03-19 | Merge branch 'rs/calloc-array' | Junio C Hamano | 1 | -4/+4 |
| 2021-03-19 | Merge branch 'js/fsmonitor-unpack-fix' | Junio C Hamano | 1 | -0/+1 |
| 2021-03-17 | fsmonitor: do not forget to release the token in `discard_index()` | Johannes Schindelin | 1 | -0/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -4/+4 |
| 2021-03-01 | Merge branch 'ns/raise-write-index-buffer-size' | Junio C Hamano | 1 | -1/+1 |
| 2021-03-01 | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 1 | -3/+21 |
| 2021-02-24 | read-cache: make the index write buffer size 128K | Neeraj Singh | 1 | -1/+1 |
| 2021-02-16 | read-cache: log the number of scanned files to trace2 | Jeff Hostetler | 1 | -3/+10 |
| 2021-02-16 | read-cache: log the number of lstat calls to trace2 | Jeff Hostetler | 1 | -3/+14 |
| 2021-01-06 | read-cache: try not to peek into `struct {lock_,temp}file` | Martin Ågren | 1 | -6/+6 |
| 2020-09-06 | read-cache: fix mem-pool allocation for multi-threaded index loading | René Scharfe | 1 | -1/+1 |
| 2020-08-18 | mem-pool: use more standard initialization and finalization | Elijah Newren | 1 | -8/+13 |
| 2020-07-16 | read-cache: remove bogus shortcut | René Scharfe | 1 | -14/+0 |
| 2020-01-10 | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 1 | -6/+6 |
| 2020-01-10 | mingw: safeguard better against backslashes in file names | Johannes Schindelin via GitGitGadget | 1 | -6/+6 |
| 2020-01-06 | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 1 | -0/+5 |
| 2020-01-02 | mingw: only test index entries for backslashes, not tree entries | Johannes Schindelin | 1 | -0/+5 |
| 2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 1 | -0/+11 |
| 2019-12-05 | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 1 | -0/+3 |
| 2019-12-05 | is_ntfs_dotgit(): only verify the leading segment | Johannes Schindelin | 1 | -0/+8 |
| 2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
| 2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 1 | -2/+2 |
| 2019-10-07 | Merge branch 'tg/stash-refresh-index' | Junio C Hamano | 1 | -0/+21 |
| 2019-10-06 | msvc: avoid using minus operator on unsigned types | Johannes Schindelin | 1 | -2/+2 |
| 2019-09-20 | factor out refresh_and_write_cache function | Thomas Gummerer | 1 | -0/+21 |
| 2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -15/+15 |
| 2019-08-13 | repo-settings: parse core.untrackedCache | Derrick Stolee | 1 | -10/+9 |
| 2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -5/+6 |
| 2019-07-29 | Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maint | Junio C Hamano | 1 | -1/+1 |
| 2019-07-29 | Merge branch 'vn/xmmap-gently' into maint | Junio C Hamano | 1 | -1/+1 |
| 2019-07-25 | Merge branch 'vn/xmmap-gently' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-14 | read-cache.c: do not die if mmap fails | Varun Naik | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'rs/avoid-overflow-in-midpoint-computation' | Junio C Hamano | 1 | -1/+1 |
| 2019-06-17 | Merge branch 'js/fsmonitor-unflake' | Junio C Hamano | 1 | -5/+5 |
| 2019-06-13 | Merge branch 'jk/unused-params-final-batch' | Junio C Hamano | 1 | -2/+2 |
| 2019-06-13 | cleanup: fix possible overflow errors in binary search, part 2 | René Scharfe | 1 | -1/+1 |
| 2019-05-28 | mark_fsmonitor_valid(): mark the index as changed if needed | Johannes Schindelin | 1 | -2/+2 |
| 2019-05-28 | fill_stat_cache_info(): prepare for an fsmonitor fix | Johannes Schindelin | 1 | -3/+3 |
| 2019-05-19 | Merge branch 'js/fsmonitor-refresh-after-discarding-index' | Junio C Hamano | 1 | -0/+1 |
| 2019-05-13 | Merge branch 'jh/trace2' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-13 | read-cache: drop unused parameter from threaded load | Jeff King | 1 | -2/+2 |
| 2019-05-10 | trace2: fix up a missing "leave" entry point | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2019-05-09 | Merge branch 'km/empty-repo-is-still-a-repo' | Junio C Hamano | 1 | -0/+3 |
| 2019-05-08 | fsmonitor: force a refresh after the index was discarded | Johannes Schindelin | 1 | -0/+1 |
| 2019-04-25 | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 1 | -45/+29 |
| 2019-04-25 | Merge branch 'bp/post-index-change-hook' | Junio C Hamano | 1 | -2/+12 |
| 2019-04-10 | add: error appropriately on repository with no commits | Kyle Meyer | 1 | -0/+3 |
| 2019-04-01 | read-cache: read data in a hash-independent way | brian m. carlson | 1 | -45/+29 |
| 2019-03-07 | Merge branch 'jh/trace2' | Junio C Hamano | 1 | -1/+50 |
| 2019-03-07 | Merge branch 'nd/split-index-null-base-fix' | Junio C Hamano | 1 | -2/+3 |
| 2019-03-07 | Merge branch 'tg/checkout-no-overlay' | Junio C Hamano | 1 | -1/+7 |
| 2019-02-22 | trace2:data: add trace2 instrumentation to index read/write | Jeff Hostetler | 1 | -1/+50 |
| 2019-02-15 | read-cache: add post-index-change hook | Ben Peart | 1 | -2/+12 |
| 2019-02-13 | read-cache.c: fix writing "link" index ext with null base oid | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
| 2019-02-06 | Merge branch 'jk/add-ignore-errors-bit-assignment-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -27/+17 |
| 2019-02-06 | add_to_index(): convert forgotten HASH_RENORMALIZE check | Jeff King | 1 | -1/+1 |
| 2019-02-05 | Merge branch 'jk/add-ignore-errors-bit-assignment-fix' | Junio C Hamano | 1 | -4/+4 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
| 2019-01-17 | add: use separate ADD_CACHE_RENORMALIZE flag | Jeff King | 1 | -4/+4 |
| 2019-01-14 | Merge branch 'nd/indentation-fix' | Junio C Hamano | 1 | -59/+59 |
| 2019-01-14 | read-cache.c: remove the_* from index_has_changes() | Nguyễn Thái Ngọc Duy | 1 | -7/+5 |
| 2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -6/+8 |
| 2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -7/+4 |
| 2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -5/+0 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
| 2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -36/+37 |
| 2019-01-02 | read-cache: add invalidate parameter to remove_marked_cache_entries | Thomas Gummerer | 1 | -1/+7 |
| 2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -59/+59 |
| 2018-11-21 | Merge branch 'cc/shared-index-permbits' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-21 | index: make index.threads=true enable ieot and eoie | Jonathan Nieder | 1 | -6/+17 |
| 2018-11-21 | ieot: default to not writing IEOT section | Jonathan Nieder | 1 | -1/+10 |
| 2018-11-21 | eoie: default to not writing EOIE section | Jonathan Nieder | 1 | -1/+10 |
| 2018-11-19 | read-cache: make the split index obey umask settings | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -27/+10 |
| 2018-11-13 | Merge branch 'bp/refresh-index-using-preload' | Junio C Hamano | 1 | -0/+6 |
| 2018-11-12 | cache-tree.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-11-12 | read-cache.c: add missing colon separators | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
| 2018-11-12 | read-cache.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -28/+29 |
| 2018-11-12 | read-cache.c: turn die("internal error") to BUG() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2018-11-06 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -1/+1 |
| 2018-11-05 | read-cache.c: initialize copy_len to shut up gcc 8 | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
| 2018-11-05 | read-cache.c: reduce branching based on HAVE_THREADS | Nguyễn Thái Ngọc Duy | 1 | -10/+9 |
| 2018-11-05 | read-cache.c: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -24/+10 |
| 2018-10-30 | speed up refresh_index() by utilizing preload_index() | Ben Peart | 1 | -0/+6 |
| 2018-10-26 | Merge branch 'sg/split-index-racefix' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-22 | read-cache: use of memory after it is freed | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
| 2018-10-19 | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 1 | -0/+12 |
| 2018-10-19 | Merge branch 'bp/read-cache-parallel' | Junio C Hamano | 1 | -116/+658 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -14/+19 |
| 2018-10-12 | split-index: smudge and add racily clean cache entries to split index | SZEDER Gábor | 1 | -1/+1 |
| 2018-10-11 | read-cache: load cache entries on worker threads | Ben Peart | 1 | -37/+193 |
| 2018-10-11 | ieot: add Index Entry Offset Table (IEOT) extension | Ben Peart | 1 | -3/+193 |
| 2018-10-11 | read-cache: load cache extensions on a worker thread | Ben Peart | 1 | -16/+79 |
| 2018-10-11 | eoie: add End of Index Entry (EOIE) extension | Ben Peart | 1 | -8/+150 |
| 2018-10-11 | read-cache: clean up casting and byte decoding | Ben Peart | 1 | -12/+11 |
| 2018-09-26 | read-cache.c: optimize reading index format v4 | Nguyễn Thái Ngọc Duy | 1 | -68/+60 |
| 2018-09-21 | sha1-file.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -10/+15 |
| 2018-09-21 | read-cache.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-21 | read-cache.c: remove 'const' from index_has_changes() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -6/+6 |
| 2018-09-17 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -5/+11 |
| 2018-09-17 | status: show progress bar if refreshing the index takes too long | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
| 2018-08-29 | read-cache: use oideq() in ce_compare functions | Jeff King | 1 | -2/+2 |
| 2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -2/+2 |
| 2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-18 | cache-tree: verify valid cache-tree in the test suite | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2018-08-18 | unpack-trees: reuse (still valid) cache-tree from src_index | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2018-08-18 | trace.h: support nested performance tracing | Nguyễn Thái Ngọc Duy | 1 | -5/+6 |
| 2018-08-17 | Merge branch 'en/abort-df-conflict-fixes' | Junio C Hamano | 1 | -5/+8 |
| 2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-02 | Merge branch 'en/dirty-merge-fixes' | Junio C Hamano | 1 | -0/+40 |
| 2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -46/+218 |
| 2018-07-31 | read-cache: fix directory/file conflict handling in read_index_unmerged() | Elijah Newren | 1 | -5/+8 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
| 2018-07-11 | merge-recursive: fix assumption that head tree being merged is HEAD | Elijah Newren | 1 | -4/+8 |
| 2018-07-03 | index_has_changes(): avoid assuming operating on the_index | Elijah Newren | 1 | -4/+7 |
| 2018-07-03 | read-cache.c: move index_has_changes() from merge.c | Elijah Newren | 1 | -0/+33 |
| 2018-07-03 | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 1 | -2/+53 |
| 2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -19/+100 |
| 2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -28/+65 |
| 2018-07-03 | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 1 | -3/+5 |
| 2018-07-03 | read-cache: teach refresh_cache_entry to take istate | Jameson Miller | 1 | -4/+5 |
| 2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -17/+17 |
| 2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -13/+38 |
| 2018-05-22 | Sync with Git 2.16.4 | Junio C Hamano | 1 | -13/+38 |
| 2018-05-22 | Sync with Git 2.15.2 | Junio C Hamano | 1 | -13/+38 |
| 2018-05-22 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -13/+38 |
| 2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -13/+38 |
| 2018-05-21 | verify_path: disallow symlinks in .gitmodules | Jeff King | 1 | -9/+31 |
| 2018-05-21 | verify_dotfile: mention case-insensitivity in comment | Jeff King | 1 | -1/+4 |
| 2018-05-21 | verify_path: drop clever fallthrough | Jeff King | 1 | -4/+4 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-05-02 | Update struct index_state to use struct object_id | brian m. carlson | 1 | -8/+8 |
| 2018-05-02 | split-index: convert struct split_index to object_id | brian m. carlson | 1 | -11/+11 |
| 2018-04-16 | read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2018-03-22 | Merge branch 'nd/shared-index-fix' into maint | Junio C Hamano | 1 | -18/+22 |
| 2018-03-22 | Merge branch 'tg/split-index-fixes' into maint | Junio C Hamano | 1 | -11/+14 |
| 2018-03-21 | Merge branch 'rj/warning-uninitialized-fix' | Junio C Hamano | 1 | -2/+4 |
| 2018-03-21 | Merge branch 'bp/refresh-cache-ent-rehash-fix' | Junio C Hamano | 1 | -1/+3 |
| 2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -0/+6 |
| 2018-03-20 | read-cache: fix an -Wmaybe-uninitialized warning | Ramsay Jones | 1 | -2/+4 |
| 2018-03-15 | Fix bugs preventing adding updated cache entries to the name hash | Ben Peart | 1 | -1/+3 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -20/+20 |
| 2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -0/+6 |
| 2018-02-22 | read-cache: rename 'new' variables | Brandon Williams | 1 | -20/+20 |
| 2018-02-15 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -29/+29 |
| 2018-02-15 | Merge branch 'nd/trace-index-ops' | Junio C Hamano | 1 | -0/+7 |
| 2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -3/+3 |
| 2018-02-13 | Merge branch 'nd/shared-index-fix' | Junio C Hamano | 1 | -18/+22 |
| 2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -3/+2 |
| 2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -11/+14 |
| 2018-02-02 | read-cache: abstract away uses of SHA-1 | brian m. carlson | 1 | -29/+29 |
| 2018-02-02 | trace: measure where the time is spent in the index-heavy operations | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
| 2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -3/+3 |
| 2018-01-24 | read-cache: don't write index twice if we can't write shared index | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
| 2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -3/+2 |
| 2018-01-19 | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 1 | -1/+1 |
| 2018-01-19 | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 1 | -10/+13 |
| 2018-01-16 | read-cache.c: move tempfile creation/cleanup out of write_shared_index | Nguyễn Thái Ngọc Duy | 1 | -16/+17 |
| 2018-01-16 | read-cache.c: change type of "temp" in write_shared_index() | Nguyễn Thái Ngọc Duy | 1 | -9/+11 |
| 2017-11-27 | Merge branch 'tb/add-renormalize' | Junio C Hamano | 1 | -11/+19 |
| 2017-11-21 | Merge branch 'av/fsmonitor' | Junio C Hamano | 1 | -0/+3 |
| 2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -5/+40 |
| 2017-11-17 | add: introduce "--renormalize" | Torsten Bögershausen | 1 | -11/+19 |
| 2017-11-15 | Merge branch 'bp/read-index-from-skip-verification' | Junio C Hamano | 1 | -0/+6 |
| 2017-11-10 | fsmonitor: store fsmonitor bitmap before splitting index | Alex Vandiver | 1 | -0/+3 |
| 2017-11-08 | read_index_from(): speed index loading by skipping verification of the entry ... | Ben Peart | 1 | -0/+6 |