summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason2021-09-221-2/+6
| * | | read-cache & fetch-negotiator: check "enum" values in switch()Ævar Arnfjörð Bjarmason2021-09-221-5/+10
| | |/ | |/|
* | | sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee2021-09-071-2/+2
|/ /
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-08-041-0/+1
|\ \
| * | read-cache: call diff_setup_done to avoid leakAndrzej Hunt2021-07-261-0/+1
* | | Merge branch 'jt/bulk-prefetch'Junio C Hamano2021-08-021-0/+23
|\ \ \
| * | | unpack-trees: refactor prefetching codeJonathan Tan2021-07-231-0/+23
| |/ /
* | | Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-281-2/+8
|\ \ \ | |/ / |/| |
| * | status: use sparse-index throughoutDerrick Stolee2021-07-141-2/+8
* | | Merge branch 'ew/mmap-failures'Junio C Hamano2021-07-161-1/+2
|\ \ \
| * | | xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-1/+2
| |/ /
* | | Merge branch 'ab/progress-cleanup'Junio C Hamano2021-07-081-6/+3
|\ \ \ | |/ / |/| |