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