summaryrefslogtreecommitdiffstats
path: root/sparse-index.c
AgeCommit message (Expand)AuthorLines
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler-0/+1
2021-07-14sparse-index: recompute cache-treeDerrick Stolee-0/+2
2021-07-14fsmonitor: integrate with sparse indexDerrick Stolee-0/+7
2021-07-14sparse-index: include EXTENDED flag when expandingDerrick Stolee-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesDerrick Stolee-0/+18
2021-05-21Merge branch 'ds/sparse-index-protections'Junio C Hamano-1/+1
2021-05-18sparse-index: fix uninitialized jumpDerrick Stolee-1/+1
2021-05-06sparse-index.c: remove set_index_sparse_config()Ævar Arnfjörð Bjarmason-10/+1
2021-04-14sparse-index: expand_to_path()Derrick Stolee-0/+73
2021-03-30cache-tree: integrate with sparse directory entriesDerrick Stolee-1/+9
2021-03-30sparse-checkout: toggle sparse index from builtinDerrick Stolee-12/+21
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee-5/+29
2021-03-30submodule: sparse-index should not collapse linksDerrick Stolee-0/+1
2021-03-30sparse-index: convert from full to sparseDerrick Stolee-0/+139
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee-1/+97
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee-0/+8