summaryrefslogtreecommitdiff
path: root/sparse-index.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Libravatar Junio C Hamano1-33/+43
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagLibravatar Derrick Stolee1-15/+22
2021-09-07sparse-checkout: create helper methodsLibravatar Derrick Stolee1-11/+3
2021-09-07sparse-index: use WRITE_TREE_MISSING_OKLibravatar Derrick Stolee1-1/+4
2021-09-07sparse-index: silently return when cache tree failsLibravatar Derrick Stolee1-4/+6
2021-09-07sparse-index: silently return when not using cone-mode patternsLibravatar Derrick Stolee1-5/+11
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Libravatar Jeff Hostetler1-0/+1
2021-07-14sparse-index: recompute cache-treeLibravatar Derrick Stolee1-0/+2
2021-07-14fsmonitor: integrate with sparse indexLibravatar Derrick Stolee1-0/+7
2021-07-14sparse-index: include EXTENDED flag when expandingLibravatar Derrick Stolee1-1/+1
2021-07-14sparse-index: skip indexes with unmerged entriesLibravatar Derrick Stolee1-0/+18
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