summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2019-12-06Sync with 2.20.2Johannes Schindelin-0/+11
2019-12-06Sync with 2.19.3Johannes Schindelin-0/+11
2019-12-06Sync with 2.18.2Johannes Schindelin-0/+11
2019-12-06Sync with 2.17.3Johannes Schindelin-0/+11
2019-12-06Sync with 2.16.6Johannes Schindelin-0/+11
2019-12-06Sync with 2.15.4Johannes Schindelin-0/+11
2019-12-06Sync with 2.14.6Johannes Schindelin-0/+11
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin-0/+3
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin-0/+8
2019-02-06Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano-1/+1
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-27/+17
2019-02-06add_to_index(): convert forgotten HASH_RENORMALIZE checkJeff King-1/+1
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano-4/+4
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-2/+0
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King-4/+4
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano-59/+59
2019-01-14read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy-7/+5
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy-6/+8
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy-7/+4
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy-5/+0
2019-01-04Merge branch 'nd/the-index'Junio C Hamano-1/+1
2019-01-04Merge branch 'nd/i18n'Junio C Hamano-36/+37
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy-59/+59
2018-11-21Merge branch 'cc/shared-index-permbits'Junio C Hamano-1/+2
2018-11-21index: make index.threads=true enable ieot and eoieJonathan Nieder-6/+17
2018-11-21ieot: default to not writing IEOT sectionJonathan Nieder-1/+10
2018-11-21eoie: default to not writing EOIE sectionJonathan Nieder-1/+10
2018-11-19read-cache: make the split index obey umask settingsÆvar Arnfjörð Bjarmason-1/+2
2018-11-18Merge branch 'nd/pthreads'Junio C Hamano-27/+10
2018-11-13Merge branch 'bp/refresh-index-using-preload'Junio C Hamano-0/+6
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy-1/+1
2018-11-12read-cache.c: add missing colon separatorsNguyễn Thái Ngọc Duy-5/+5
2018-11-12read-cache.c: mark more strings for translationNguyễn Thái Ngọc Duy-28/+29
2018-11-12read-cache.c: turn die("internal error") to BUG()Nguyễn Thái Ngọc Duy-3/+3
2018-11-06Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano-1/+1
2018-11-05read-cache.c: initialize copy_len to shut up gcc 8Nguyễn Thái Ngọc Duy-3/+1
2018-11-05read-cache.c: reduce branching based on HAVE_THREADSNguyễn Thái Ngọc Duy-10/+9
2018-11-05read-cache.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy-24/+10
2018-10-30speed up refresh_index() by utilizing preload_index()Ben Peart-0/+6
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano-1/+1
2018-10-22read-cache: use of memory after it is freedCarlo Marcelo Arenas Belón-1/+1
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano-0/+12
2018-10-19Merge branch 'bp/read-cache-parallel'Junio C Hamano-116/+658
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-14/+19
2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor-1/+1
2018-10-11read-cache: load cache entries on worker threadsBen Peart-37/+193
2018-10-11ieot: add Index Entry Offset Table (IEOT) extensionBen Peart-3/+193
2018-10-11read-cache: load cache extensions on a worker threadBen Peart-16/+79
2018-10-11eoie: add End of Index Entry (EOIE) extensionBen Peart-8/+150
2018-10-11read-cache: clean up casting and byte decodingBen Peart-12/+11