summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Libravatar Junio C Hamano1-4/+10
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Libravatar Junio C Hamano1-2/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Libravatar Junio C Hamano1-0/+3
2021-05-07Merge branch 'ad/cygwin-no-backslashes-in-paths'Libravatar Junio C Hamano1-1/+1
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolLibravatar Matheus Tavares1-4/+10
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-7/+72
2021-04-30cygwin: disallow backslashes in file namesLibravatar Adam Dinwoodie1-1/+1
2021-04-27Always use oidread to read into struct object_idLibravatar brian m. carlson1-2/+2
2021-04-14read-cache: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14read-cache: expand on query into sparse-directory entryLibravatar Derrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-5/+5
2021-04-08refresh_index(): add flag to ignore SKIP_WORKTREE entriesLibravatar Matheus Tavares1-0/+3
2021-03-30sparse-index: convert from full to sparseLibravatar Derrick Stolee1-2/+24
2021-03-30sparse-index: add 'sdir' index extensionLibravatar Derrick Stolee1-0/+9
2021-03-30sparse-index: implement ensure_full_index()Libravatar Derrick Stolee1-0/+9
2021-03-19Merge branch 'rs/calloc-array'Libravatar Junio C Hamano1-4/+4
2021-03-19Merge branch 'js/fsmonitor-unpack-fix'Libravatar Junio C Hamano1-0/+1
2021-03-17fsmonitor: do not forget to release the token in `discard_index()`Libravatar Johannes Schindelin1-0/+1
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-4/+4
2021-03-01Merge branch 'ns/raise-write-index-buffer-size'Libravatar Junio C Hamano1-1/+1
2021-03-01Merge branch 'jh/fsmonitor-prework'Libravatar Junio C Hamano1-3/+21
2021-02-24read-cache: make the index write buffer size 128KLibravatar Neeraj Singh1-1/+1
2021-02-16read-cache: log the number of scanned files to trace2Libravatar Jeff Hostetler1-3/+10
2021-02-16read-cache: log the number of lstat calls to trace2Libravatar Jeff Hostetler1-3/+14
2021-01-06read-cache: try not to peek into `struct {lock_,temp}file`Libravatar Martin Ågren1-6/+6
2020-09-06read-cache: fix mem-pool allocation for multi-threaded index loadingLibravatar René Scharfe1-1/+1
2020-08-18mem-pool: use more standard initialization and finalizationLibravatar Elijah Newren1-8/+13
2020-07-16read-cache: remove bogus shortcutLibravatar René Scharfe1-14/+0
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Libravatar Junio C Hamano1-6/+6
2020-01-10mingw: safeguard better against backslashes in file namesLibravatar Johannes Schindelin via GitGitGadget1-6/+6
2020-01-06Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Libravatar Junio C Hamano1-0/+5
2020-01-02mingw: only test index entries for backslashes, not tree entriesLibravatar Johannes Schindelin1-0/+5
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano1-0/+11
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-0/+11
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-0/+11
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin1-0/+3
2019-12-05is_ntfs_dotgit(): only verify the leading segmentLibravatar Johannes Schindelin1-0/+8
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-2/+2
2019-10-07Merge branch 'tg/stash-refresh-index'Libravatar Junio C Hamano1-0/+21
2019-10-06msvc: avoid using minus operator on unsigned typesLibravatar Johannes Schindelin1-2/+2
2019-09-20factor out refresh_and_write_cache functionLibravatar Thomas Gummerer1-0/+21