summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-151-6/+7
|\
| * read-cache: use size_t for {base,df}_name_compare()René Scharfe2023-02-061-6/+7
* | treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-12/+5
* | Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano2023-01-171-19/+24
|\ \
| * | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-13/+18
| * | read-cache.c: refactor set_new_index_sparsity() for subsequent commitÆvar Arnfjörð Bjarmason2023-01-131-6/+6
* | | Merge branch 'ds/omit-trailing-hash-in-index'Junio C Hamano2023-01-161-1/+13
|\ \ \ | |/ / |/| |
| * | features: feature.manyFiles implies fast index writesDerrick Stolee2023-01-071-1/+2
| * | read-cache: add index.skipHash config optionDerrick Stolee2023-01-071-1/+12
| |/
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+5
|\ \ | |/ |/|
| * read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason2022-11-211-0/+5
* | read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason2022-11-211-3/+1
|/
* read-cache: avoid misaligned reads in index v4Victoria Dye2022-09-281-19/+42
* Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano2022-08-261-0/+5
|\
| * cache.h: create 'index_name_pos_sparse()'Victoria Dye2022-08-081-0/+5
* | Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano2022-08-101-0/+2
|\ \ | |/ |/|
| * read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren2022-07-221-1/+4
* | read_index_from(): avoid memory leakJohannes Schindelin2022-06-161-3/+3
* | Merge branch 'zh/read-cache-copy-name-entry-fix'Junio C Hamano2022-06-131-2/+0
|\ \
| * | read-cache.c: reduce unnecessary cache entry name copyingZheNing Hu2022-06-061-2/+0
* | | Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano2022-06-031-3/+3
|\ \ \
| * | | sparse-index: introduce partially-sparse indexesDerrick Stolee2022-05-231-3/+3
| |/ /
* | | read-cache: set sparsity when index is newVictoria Dye2022-05-101-1/+17
|/ /
* | Merge branch 'vd/mv-refresh-stat'Junio C Hamano2022-04-041-2/+15
|\ \ | |/ |/|
| * mv: refresh stat info for moved entryVictoria Dye2022-03-291-2/+15
* | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-6/+13
|\ \
| * | core.fsync: new option to harden the indexNeeraj Singh2022-03-101-6/+13
| * | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+1
* | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ | |/ / |/| |
| * | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/
* | Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-171-3/+7
|\ \
| * | update-index: integrate with sparse indexVictoria Dye2022-01-131-3/+7
| |/
* | Merge branch 'js/sparse-vs-split-index'Junio C Hamano2022-02-091-0/+3
|\ \
| * | split-index: it really is incompatible with the sparse indexJohannes Schindelin2022-01-231-0/+3
| |/
* | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-1/+2
|\ \
| * | read-cache: convert post-index-change to use hook.hEmily Shaffer2022-01-071-1/+2
| |/
* | update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz2022-01-071-1/+1
|/
* Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-101-7/+20
|\
| * reset: make sparse-aware (except --mixed)Victoria Dye2021-11-291-7/+20
* | Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano2021-12-101-0/+8
|\ \
| * | sparse-index: update do_read_index to ensure correct sparsityVictoria Dye2021-11-241-0/+8
* | | Merge branch 'rs/add-dry-run-without-objects'Junio C Hamano2021-10-251-1/+1
|\ \ \
| * | | add: don't write objects with --dry-runRené Scharfe2021-10-121-1/+1
* | | | Merge branch 'rs/make-verify-path-really-verify-again'Junio C Hamano2021-10-181-15/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache: let verify_path() reject trailing dir separators againRené Scharfe2021-10-071-3/+3
| * | | read-cache: add verify_path_internal()René Scharfe2021-10-071-13/+28
* | | | Merge branch 'sg/test-split-index-fix'Junio C Hamano2021-10-111-10/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor2021-09-071-9/+14
| * | | read-cache: look for shared index files next to the index, tooSZEDER Gábor2021-09-071-1/+13
* | | | Merge branch 'ab/repo-settings-cleanup'Junio C Hamano2021-10-061-5/+14
|\ \ \ \ | |/ / / |/| | |