summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2021-10-25Merge branch 'rs/add-dry-run-without-objects'Junio C Hamano
2021-10-18Merge branch 'rs/make-verify-path-really-verify-again'Junio C Hamano
2021-10-12add: don't write objects with --dry-runRené Scharfe
2021-10-11Merge branch 'sg/test-split-index-fix'Junio C Hamano
2021-10-08read-cache: let verify_path() reject trailing dir separators againRené Scharfe
2021-10-08read-cache: add verify_path_internal()René Scharfe
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano
2021-09-22repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason
2021-09-22read-cache & fetch-negotiator: check "enum" values in switch()Ævar Arnfjörð Bjarmason
2021-09-08read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor
2021-09-08read-cache: look for shared index files next to the index, tooSZEDER Gábor
2021-09-08sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano
2021-08-02Merge branch 'jt/bulk-prefetch'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan
2021-07-17Merge branch 'ew/mmap-failures'Junio C Hamano
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-08Merge branch 'ab/progress-cleanup'Junio C Hamano
2021-06-30xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong
2021-06-08read-cache.c: don't guard calls to progress.c APIÆvar Arnfjörð Bjarmason
2021-05-19read-cache: delete unused hashing methodsDerrick Stolee
2021-05-19read-cache: use hashfile instead of git_hash_ctxDerrick Stolee
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano
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-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares
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