summary refs log tree commit diff
path: root/sparse-index.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-09Merge branch 'en/present-despite-skipped'Junio C Hamano1-0/+74
2022-03-01repo_read_index: add config to expect files outside sparse patternsElijah Newren1-1/+2
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano1-7/+3
2022-02-08sparse-checkout: set worktree-config correctlyDerrick Stolee1-7/+3
2022-01-23sparse-index: sparse index is disallowed when split index is activeJohannes Schindelin1-1/+1
2022-01-14Accelerate clear_skip_worktree_from_present_files() by cachingElijah Newren1-2/+54
2022-01-14repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren1-0/+21
2021-11-24sparse-index: add ensure_correct_sparsity functionVictoria Dye1-4/+29
2021-11-24sparse-index: avoid unnecessary cache tree clearingVictoria Dye1-11/+14
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano1-33/+43
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee1-15/+22
2021-09-07sparse-checkout: create helper methodsDerrick Stolee1-11/+3
2021-09-07sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee1-1/+4
2021-09-07sparse-index: silently return when cache tree failsDerrick Stolee1-4/+6
2021-09-07sparse-index: silently return when not using cone-mode patternsDerrick Stolee1-5/+11
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