Age | Commit message (Expand) | Author | Files | Lines |
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 |