summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | read-cache.c: don't guard calls to progress.c APIÆvar Arnfjörð Bjarmason2021-06-081-6/+3
* | | read-cache: delete unused hashing methodsDerrick Stolee2021-05-191-64/+0
* | | read-cache: use hashfile instead of git_hash_ctxDerrick Stolee2021-05-191-71/+66
* | | Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-4/+10
|\ \ \
| * | | make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-4/+10
| |/ /
* | | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-2/+2
|\ \ \
| * | | Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2
| |/ /
* | | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-0/+3
|\ \ \
| * | | refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+3
* | | | Merge branch 'ad/cygwin-no-backslashes-in-paths'Junio C Hamano2021-05-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | cygwin: disallow backslashes in file namesAdam Dinwoodie2021-04-301-1/+1
| | |/ | |/|
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-7/+72
|\ \ \ | |/ / |/| |
| * | read-cache: ensure full indexDerrick Stolee2021-04-141-0/+4
| * | read-cache: expand on query into sparse-directory entryDerrick Stolee2021-04-141-0/+21
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-5/+5
| * | sparse-index: convert from full to sparseDerrick Stolee2021-03-301-2/+24
| * | sparse-index: add 'sdir' index extensionDerrick Stolee2021-03-301-0/+9
| * | sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-0/+9
| |/
* | Merge branch 'rs/calloc-array'Junio C Hamano2021-03-191-4/+4
|\ \
| * | use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
| |/
* | Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2021-03-191-0/+1
|\ \ | |/ |/|
| * fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin2021-03-171-0/+1
* | Merge branch 'ns/raise-write-index-buffer-size'Junio C Hamano2021-03-011-1/+1
|\ \
| * | read-cache: make the index write buffer size 128KNeeraj Singh2021-02-241-1/+1
| |/
* | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-011-3/+21
|\ \ | |/ |/|