summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-05-07Merge branch 'ad/cygwin-no-backslashes-in-paths'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-30cygwin: disallow backslashes in file namesAdam Dinwoodie
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-14read-cache: ensure full indexDerrick Stolee
2021-04-14read-cache: expand on query into sparse-directory entryDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-08refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares
2021-03-30sparse-index: convert from full to sparseDerrick Stolee
2021-03-30sparse-index: add 'sdir' index extensionDerrick Stolee
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee
2021-03-19Merge branch 'rs/calloc-array'Junio C Hamano
2021-03-19Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano
2021-03-17fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'ns/raise-write-index-buffer-size'Junio C Hamano
2021-03-01Merge branch 'jh/fsmonitor-prework'Junio C Hamano
2021-02-24read-cache: make the index write buffer size 128KNeeraj Singh
2021-02-17read-cache: log the number of scanned files to trace2Jeff Hostetler
2021-02-17read-cache: log the number of lstat calls to trace2Jeff Hostetler
2021-01-06read-cache: try not to peek into `struct {lock_,temp}file`Martin Ågren
2020-09-06read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe
2020-08-18mem-pool: use more standard initialization and finalizationElijah Newren
2020-07-16read-cache: remove bogus shortcutRené Scharfe
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano
2020-01-10mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget
2020-01-06Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano
2020-01-02mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-10-06msvc: avoid using minus operator on unsigned typesJohannes Schindelin
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee