summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
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
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-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
2018-09-26read-cache.c: optimize reading index format v4Nguyễn Thái Ngọc Duy-68/+60
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-10/+15
2018-09-21read-cache.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-2/+2
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-09-21read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy-1/+1
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-6/+6
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano-5/+11
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy-0/+12
2018-08-29read-cache: use oideq() in ce_compare functionsJeff King-2/+2
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King-2/+2
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-1/+1
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano-1/+1
2018-08-18cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy-0/+3
2018-08-18unpack-trees: reuse (still valid) cache-tree from src_indexNguyễn Thái Ngọc Duy-0/+2
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy-5/+6
2018-08-17Merge branch 'en/abort-df-conflict-fixes'Junio C Hamano-5/+8
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-1/+1
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano-0/+40