summaryrefslogtreecommitdiff
path: root/sparse-index.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-1/+1
2021-05-18sparse-index: fix uninitialized jumpLibravatar Derrick Stolee1-1/+1
2021-05-06sparse-index.c: remove set_index_sparse_config()Libravatar Ævar Arnfjörð Bjarmason1-10/+1
2021-04-14sparse-index: expand_to_path()Libravatar Derrick Stolee1-0/+73
2021-03-30cache-tree: integrate with sparse directory entriesLibravatar Derrick Stolee1-1/+9
2021-03-30sparse-checkout: toggle sparse index from builtinLibravatar Derrick Stolee1-12/+21
2021-03-30sparse-index: add index.sparse config optionLibravatar Derrick Stolee1-5/+29
2021-03-30submodule: sparse-index should not collapse linksLibravatar Derrick Stolee1-0/+1
2021-03-30sparse-index: convert from full to sparseLibravatar Derrick Stolee1-0/+139
2021-03-30sparse-index: implement ensure_full_index()Libravatar Derrick Stolee1-1/+97
2021-03-30sparse-index: add guard to ensure full indexLibravatar Derrick Stolee1-0/+8