Age | Commit message (Expand) | Author | Files | Lines |
2022-02-25 | Merge branch 'ds/sparse-checkout-requires-per-worktree-config' | Junio C Hamano | 1 | -7/+3 |
2022-02-08 | sparse-checkout: set worktree-config correctly | Derrick Stolee | 1 | -7/+3 |
2022-01-23 | sparse-index: sparse index is disallowed when split index is active | Johannes Schindelin | 1 | -1/+1 |
2021-11-24 | sparse-index: add ensure_correct_sparsity function | Victoria Dye | 1 | -4/+29 |
2021-11-24 | sparse-index: avoid unnecessary cache tree clearing | Victoria Dye | 1 | -11/+14 |
2021-09-20 | Merge branch 'ds/sparse-index-ignored-files' | Junio C Hamano | 1 | -33/+43 |
2021-09-07 | sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag | Derrick Stolee | 1 | -15/+22 |
2021-09-07 | sparse-checkout: create helper methods | Derrick Stolee | 1 | -11/+3 |
2021-09-07 | sparse-index: use WRITE_TREE_MISSING_OK | Derrick Stolee | 1 | -1/+4 |
2021-09-07 | sparse-index: silently return when cache tree fails | Derrick Stolee | 1 | -4/+6 |
2021-09-07 | sparse-index: silently return when not using cone-mode patterns | Derrick Stolee | 1 | -5/+11 |
2021-08-30 | sparse-index: copy dir_hash in ensure_full_index() | Jeff Hostetler | 1 | -0/+1 |
2021-07-14 | sparse-index: recompute cache-tree | Derrick Stolee | 1 | -0/+2 |
2021-07-14 | fsmonitor: integrate with sparse index | Derrick Stolee | 1 | -0/+7 |
2021-07-14 | sparse-index: include EXTENDED flag when expanding | Derrick Stolee | 1 | -1/+1 |
2021-07-14 | sparse-index: skip indexes with unmerged entries | Derrick Stolee | 1 | -0/+18 |
2021-05-21 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -1/+1 |
2021-05-18 | sparse-index: fix uninitialized jump | Derrick Stolee | 1 | -1/+1 |
2021-05-06 | sparse-index.c: remove set_index_sparse_config() | Ævar Arnfjörð Bjarmason | 1 | -10/+1 |
2021-04-14 | sparse-index: expand_to_path() | Derrick Stolee | 1 | -0/+73 |
2021-03-30 | cache-tree: integrate with sparse directory entries | Derrick Stolee | 1 | -1/+9 |
2021-03-30 | sparse-checkout: toggle sparse index from builtin | Derrick Stolee | 1 | -12/+21 |
2021-03-30 | sparse-index: add index.sparse config option | Derrick Stolee | 1 | -5/+29 |
2021-03-30 | submodule: sparse-index should not collapse links | Derrick Stolee | 1 | -0/+1 |
2021-03-30 | sparse-index: convert from full to sparse | Derrick Stolee | 1 | -0/+139 |
2021-03-30 | sparse-index: implement ensure_full_index() | Derrick Stolee | 1 | -1/+97 |
2021-03-30 | sparse-index: add guard to ensure full index | Derrick Stolee | 1 | -0/+8 |