summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-071-1/+1
|\
| * add_to_index(): convert forgotten HASH_RENORMALIZE checkJeff King2019-02-071-1/+1
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-27/+17
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-2/+0
| * | read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy2019-01-141-7/+5
| * | read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-6/+8
| * | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-7/+4
| * | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-5/+0
* | | Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-051-4/+4
|\ \ \ | | |/ | |/|
| * | add: use separate ADD_CACHE_RENORMALIZE flagJeff King2019-01-171-4/+4
* | | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-151-59/+59
|\ \ \ | |_|/ |/| |
| * | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-59/+59
* | | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+1
|\ \ \
| * | | cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
* | | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-36/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache.c: add missing colon separatorsNguyễn Thái Ngọc Duy2018-11-121-5/+5
| * | | read-cache.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-28/+29
| * | | read-cache.c: turn die("internal error") to BUG()Nguyễn Thái Ngọc Duy2018-11-121-3/+3
* | | | Merge branch 'cc/shared-index-permbits'Junio C Hamano2018-11-211-1/+2
|\ \ \ \
| * | | | read-cache: make the split index obey umask settingsÆvar Arnfjörð Bjarmason2018-11-191-1/+2
* | | | | index: make index.threads=true enable ieot and eoieJonathan Nieder2018-11-211-6/+17
* | | | | ieot: default to not writing IEOT sectionJonathan Nieder2018-11-211-1/+10
* | | | | eoie: default to not writing EOIE sectionJonathan Nieder2018-11-211-1/+10
* | | | | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-27/+10
|\ \ \ \ \
| * | | | | read-cache.c: initialize copy_len to shut up gcc 8Nguyễn Thái Ngọc Duy2018-11-051-3/+1
| * | | | | read-cache.c: reduce branching based on HAVE_THREADSNguyễn Thái Ngọc Duy2018-11-051-10/+9
| * | | | | read-cache.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-24/+10
| | |/ / / | |/| | |
* | | | | Merge branch 'bp/refresh-index-using-preload'Junio C Hamano2018-11-131-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | speed up refresh_index() by utilizing preload_index()Ben Peart2018-10-301-0/+6
| |/ / /
* | | | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-11-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | read-cache: use of memory after it is freedCarlo Marcelo Arenas Belón2018-10-221-1/+1
* | | | Merge branch 'sg/split-index-racefix'Junio C Hamano2018-10-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor2018-10-121-1/+1
| | |/ | |/|
* | | Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-191-0/+12
|\ \ \
| * | | status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-171-0/+12
| |/ /
* | | Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-191-116/+658
|\ \ \
| * | | read-cache: load cache entries on worker threadsBen Peart2018-10-111-37/+193
| * | | ieot: add Index Entry Offset Table (IEOT) extensionBen Peart2018-10-111-3/+193
| * | | read-cache: load cache extensions on a worker threadBen Peart2018-10-111-16/+79
| * | | eoie: add End of Index Entry (EOIE) extensionBen Peart2018-10-111-8/+150
| * | | read-cache: clean up casting and byte decodingBen Peart2018-10-111-12/+11
| * | | read-cache.c: optimize reading index format v4Nguyễn Thái Ngọc Duy2018-09-271-68/+60
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-14/+19
|\ \ \ \ | |/ / / |/| | |
| * | | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-10/+15
| * | | read-cache.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * | | diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | | read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/ /
* | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-6/+6
|\ \ \
| * | | read-cache: use oideq() in ce_compare functionsJeff King2018-08-291-2/+2
| * | | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-2/+2