summary refs log tree commit diff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Merge branch 'vd/mv-refresh-stat'Junio C Hamano1-2/+15
2022-03-29mv: refresh stat info for moved entryVictoria Dye1-2/+15
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-6/+13
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-1/+1
2022-03-10core.fsync: new option to harden the indexNeeraj Singh1-6/+13
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-17Merge branch 'vd/sparse-clean-etc'Junio C Hamano1-3/+7
2022-02-09Merge branch 'js/sparse-vs-split-index'Junio C Hamano1-0/+3
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano1-1/+2
2022-01-23split-index: it really is incompatible with the sparse indexJohannes Schindelin1-0/+3
2022-01-13update-index: integrate with sparse indexVictoria Dye1-3/+7
2022-01-07read-cache: convert post-index-change to use hook.hEmily Shaffer1-1/+2
2022-01-07update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz1-1/+1
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano1-7/+20
2021-12-10Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano1-0/+8
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye1-7/+20
2021-11-24sparse-index: update do_read_index to ensure correct sparsityVictoria Dye1-0/+8
2021-10-25Merge branch 'rs/add-dry-run-without-objects'Junio C Hamano1-1/+1
2021-10-18Merge branch 'rs/make-verify-path-really-verify-again'Junio C Hamano1-15/+30
2021-10-12add: don't write objects with --dry-runRené Scharfe1-1/+1
2021-10-11Merge branch 'sg/test-split-index-fix'Junio C Hamano1-10/+27
2021-10-07read-cache: let verify_path() reject trailing dir separators againRené Scharfe1-3/+3
2021-10-07read-cache: add verify_path_internal()René Scharfe1-13/+28
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano1-5/+14
2021-09-22repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason1-2/+6
2021-09-22read-cache & fetch-negotiator: check "enum" values in switch()Ævar Arnfjörð Bjarmason1-5/+10
2021-09-07read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor1-9/+14
2021-09-07read-cache: look for shared index files next to the index, tooSZEDER Gábor1-1/+13
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee1-2/+2
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano1-0/+1
2021-08-02Merge branch 'jt/bulk-prefetch'Junio C Hamano1-0/+23
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano1-2/+8
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt1-0/+1
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan1-0/+23
2021-07-16Merge branch 'ew/mmap-failures'Junio C Hamano1-1/+2
2021-07-14status: use sparse-index throughoutDerrick Stolee1-2/+8
2021-07-08Merge branch 'ab/progress-cleanup'Junio C Hamano1-6/+3
2021-06-29xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong1-1/+2
2021-06-08read-cache.c: don't guard calls to progress.c APIÆvar Arnfjörð Bjarmason1-6/+3
2021-05-19read-cache: delete unused hashing methodsDerrick Stolee1-64/+0
2021-05-19read-cache: use hashfile instead of git_hash_ctxDerrick Stolee1-71/+66
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano1-4/+10
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano1-2/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano1-0/+3
2021-05-07Merge branch 'ad/cygwin-no-backslashes-in-paths'Junio C Hamano1-1/+1
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares1-4/+10
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano1-7/+72
2021-04-30cygwin: disallow backslashes in file namesAdam Dinwoodie1-1/+1
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-2/+2