Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'vd/sparse-clean-etc' | Junio C Hamano | 2022-02-18 | 1 | -3/+7 |
|\ | |||||
| * | update-index: integrate with sparse index | Victoria Dye | 2022-01-13 | 1 | -3/+7 |
* | | Merge branch 'js/sparse-vs-split-index' | Junio C Hamano | 2022-02-09 | 1 | -0/+3 |
|\ \ | |||||
| * | | split-index: it really is incompatible with the sparse index | Johannes Schindelin | 2022-01-24 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'ab/config-based-hooks-2' | Junio C Hamano | 2022-02-09 | 1 | -1/+2 |
|\ \ | |||||
| * | | read-cache: convert post-index-change to use hook.h | Emily Shaffer | 2022-01-08 | 1 | -1/+2 |
| |/ | |||||
* / | update-index: refresh should rewrite index in case of racy timestamps | Marc Strapetz | 2022-01-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'vd/sparse-reset' | Junio C Hamano | 2021-12-10 | 1 | -7/+20 |
|\ | |||||
| * | reset: make sparse-aware (except --mixed) | Victoria Dye | 2021-11-29 | 1 | -7/+20 |
* | | Merge branch 'vd/sparse-sparsity-fix-on-read' | Junio C Hamano | 2021-12-10 | 1 | -0/+8 |
|\ \ | |||||
| * | | sparse-index: update do_read_index to ensure correct sparsity | Victoria Dye | 2021-11-25 | 1 | -0/+8 |
* | | | Merge branch 'rs/add-dry-run-without-objects' | Junio C Hamano | 2021-10-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | add: don't write objects with --dry-run | René Scharfe | 2021-10-12 | 1 | -1/+1 |
* | | | | Merge branch 'rs/make-verify-path-really-verify-again' | Junio C Hamano | 2021-10-19 | 1 | -15/+30 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | read-cache: let verify_path() reject trailing dir separators again | René Scharfe | 2021-10-08 | 1 | -3/+3 |
| * | | | read-cache: add verify_path_internal() | René Scharfe | 2021-10-08 | 1 | -13/+28 |
* | | | | Merge branch 'sg/test-split-index-fix' | Junio C Hamano | 2021-10-11 | 1 | -10/+27 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | read-cache: fix GIT_TEST_SPLIT_INDEX | SZEDER Gábor | 2021-09-08 | 1 | -9/+14 |
| * | | | read-cache: look for shared index files next to the index, too | SZEDER Gábor | 2021-09-08 | 1 | -1/+13 |
* | | | | Merge branch 'ab/repo-settings-cleanup' | Junio C Hamano | 2021-10-06 | 1 | -5/+14 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | repo-settings.c: simplify the setup | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -2/+6 |
| * | | | read-cache & fetch-negotiator: check "enum" values in switch() | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -5/+10 |
| | |/ | |/| | |||||
* / | | sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag | Derrick Stolee | 2021-09-08 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'ah/plugleaks' | Junio C Hamano | 2021-08-04 | 1 | -0/+1 |
|\ \ | |||||
| * | | read-cache: call diff_setup_done to avoid leak | Andrzej Hunt | 2021-07-26 | 1 | -0/+1 |
* | | | Merge branch 'jt/bulk-prefetch' | Junio C Hamano | 2021-08-02 | 1 | -0/+23 |
|\ \ \ | |||||
| * | | | unpack-trees: refactor prefetching code | Jonathan Tan | 2021-07-23 | 1 | -0/+23 |
| |/ / | |||||
* | | | Merge branch 'ds/status-with-sparse-index' | Junio C Hamano | 2021-07-28 | 1 | -2/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | status: use sparse-index throughout | Derrick Stolee | 2021-07-14 | 1 | -2/+8 |
* | | | Merge branch 'ew/mmap-failures' | Junio C Hamano | 2021-07-17 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | xmmap: inform Linux users of tuning knobs on ENOMEM | Eric Wong | 2021-06-30 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'ab/progress-cleanup' | Junio C Hamano | 2021-07-08 | 1 | -6/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | read-cache.c: don't guard calls to progress.c API | Ævar Arnfjörð Bjarmason | 2021-06-08 | 1 | -6/+3 |
* | | | read-cache: delete unused hashing methods | Derrick Stolee | 2021-05-19 | 1 | -64/+0 |
* | | | read-cache: use hashfile instead of git_hash_ctx | Derrick Stolee | 2021-05-19 | 1 | -71/+66 |
* | | | Merge branch 'mt/parallel-checkout-part-3' | Junio C Hamano | 2021-05-16 | 1 | -4/+10 |
|\ \ \ | |||||
| * | | | make_transient_cache_entry(): optionally alloc from mem_pool | Matheus Tavares | 2021-05-05 | 1 | -4/+10 |
| |/ / | |||||
* | | | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 2021-05-10 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Always use oidread to read into struct object_id | brian m. carlson | 2021-04-27 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'mt/add-rm-in-sparse-checkout' | Junio C Hamano | 2021-05-07 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | refresh_index(): add flag to ignore SKIP_WORKTREE entries | Matheus Tavares | 2021-04-08 | 1 | -0/+3 |
* | | | | Merge branch 'ad/cygwin-no-backslashes-in-paths' | Junio C Hamano | 2021-05-07 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | cygwin: disallow backslashes in file names | Adam Dinwoodie | 2021-04-30 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 2021-04-30 | 1 | -7/+72 |
|\ \ \ | |/ / |/| | | |||||
| * | | read-cache: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+4 |
| * | | read-cache: expand on query into sparse-directory entry | Derrick Stolee | 2021-04-14 | 1 | -0/+21 |
| * | | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -5/+5 |
| * | | sparse-index: convert from full to sparse | Derrick Stolee | 2021-03-30 | 1 | -2/+24 |
| * | | sparse-index: add 'sdir' index extension | Derrick Stolee | 2021-03-30 | 1 | -0/+9 |
| * | | sparse-index: implement ensure_full_index() | Derrick Stolee | 2021-03-30 | 1 | -0/+9 |
| |/ |