summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.39.4Johannes Schindelin1-53/+19
2024-04-17has_dir_name(): do not get confused by characters < '/'Filip Hejsek1-53/+19
2023-02-15Merge branch 'rs/size-t-fixes'Junio C Hamano1-6/+7
2023-02-06read-cache: use size_t for {base,df}_name_compare()René Scharfe1-6/+7
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-12/+5
2023-01-17Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano1-19/+24
2023-01-16Merge branch 'ds/omit-trailing-hash-in-index'Junio C Hamano1-1/+13
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-13/+18
2023-01-13read-cache.c: refactor set_new_index_sparsity() for subsequent commitÆvar Arnfjörð Bjarmason1-6/+6
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee1-1/+2
2023-01-07read-cache: add index.skipHash config optionDerrick Stolee1-1/+12
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-0/+5
2022-11-21read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason1-0/+5
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason1-3/+1
2022-09-28read-cache: avoid misaligned reads in index v4Victoria Dye1-19/+42
2022-08-26Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano1-0/+5
2022-08-10Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano1-0/+2
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye1-0/+5
2022-07-22read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren1-1/+4
2022-06-16read_index_from(): avoid memory leakJohannes Schindelin1-3/+3
2022-06-13Merge branch 'zh/read-cache-copy-name-entry-fix'Junio C Hamano1-2/+0
2022-06-06read-cache.c: reduce unnecessary cache entry name copyingZheNing Hu1-2/+0
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-3/+3
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee1-3/+3
2022-05-10read-cache: set sparsity when index is newVictoria Dye1-1/+17
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