summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* read-cache: delete unused hashing methodsDerrick Stolee2021-05-191-64/+0
* read-cache: use hashfile instead of git_hash_ctxDerrick Stolee2021-05-191-71/+66
* Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-4/+10
|\
| * make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-4/+10
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-2/+2
|\ \
| * | Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2
| |/
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-0/+3
|\ \
| * | refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+3
* | | Merge branch 'ad/cygwin-no-backslashes-in-paths'Junio C Hamano2021-05-071-1/+1
|\ \ \
| * | | cygwin: disallow backslashes in file namesAdam Dinwoodie2021-04-301-1/+1
| | |/ | |/|
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-7/+72
|\ \ \ | |/ / |/| |
| * | read-cache: ensure full indexDerrick Stolee2021-04-141-0/+4
| * | read-cache: expand on query into sparse-directory entryDerrick Stolee2021-04-141-0/+21
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-5/+5
| * | sparse-index: convert from full to sparseDerrick Stolee2021-03-301-2/+24
| * | sparse-index: add 'sdir' index extensionDerrick Stolee2021-03-301-0/+9
| * | sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-0/+9
| |/
* | Merge branch 'rs/calloc-array'Junio C Hamano2021-03-191-4/+4
|\ \
| * | use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
| |/
* | Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2021-03-191-0/+1
|\ \ | |/ |/|
| * fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin2021-03-171-0/+1
* | Merge branch 'ns/raise-write-index-buffer-size'Junio C Hamano2021-03-011-1/+1
|\ \
| * | read-cache: make the index write buffer size 128KNeeraj Singh2021-02-241-1/+1
| |/
* | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-011-3/+21
|\ \ | |/ |/|
| * read-cache: log the number of scanned files to trace2Jeff Hostetler2021-02-161-3/+10
| * read-cache: log the number of lstat calls to trace2Jeff Hostetler2021-02-161-3/+14
* | read-cache: try not to peek into `struct {lock_,temp}file`Martin Ågren2021-01-061-6/+6
|/
* read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe2020-09-061-1/+1
* mem-pool: use more standard initialization and finalizationElijah Newren2020-08-181-8/+13
* read-cache: remove bogus shortcutRené Scharfe2020-07-161-14/+0
* Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2020-01-101-6/+6
|\
| * mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget2020-01-101-6/+6
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2020-01-061-0/+5
|\ \ | |/
| * mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin2020-01-021-0/+5
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+11
|\ \ | |/
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+11
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+11
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+11
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+11
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+11
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+11
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+11
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-0/+11
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+11
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+11
| | | | | | | | | | |\
| | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+3
| | | | | | | | | | | * is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin2019-12-051-0/+8
| | | * | | | | | | | | Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maintJunio C Hamano2019-07-291-1/+1
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'vn/xmmap-gently' into maintJunio C Hamano2019-07-291-1/+1
| | | |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
|/ / / / / / / / / / / / /