summaryrefslogtreecommitdiff
path: root/sparse-index.c
AgeCommit message (Expand)Author
2022-03-09Merge branch 'en/present-despite-skipped'Junio C Hamano
2022-03-02repo_read_index: add config to expect files outside sparse patternsElijah Newren
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano
2022-02-08sparse-checkout: set worktree-config correctlyDerrick Stolee
2022-01-24sparse-index: sparse index is disallowed when split index is activeJohannes Schindelin
2022-01-14Accelerate clear_skip_worktree_from_present_files() by cachingElijah Newren
2022-01-14repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren
2021-11-25sparse-index: add ensure_correct_sparsity functionVictoria Dye
2021-11-25sparse-index: avoid unnecessary cache tree clearingVictoria Dye
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-08sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee
2021-09-08sparse-checkout: create helper methodsDerrick Stolee
2021-09-08sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee
2021-09-08sparse-index: silently return when cache tree failsDerrick Stolee
2021-09-08sparse-index: silently return when not using cone-mode patternsDerrick Stolee
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler
2021-07-14sparse-index: recompute cache-treeDerrick Stolee
2021-07-14fsmonitor: integrate with sparse indexDerrick Stolee
2021-07-14sparse-index: include EXTENDED flag when expandingDerrick Stolee
2021-07-14sparse-index: skip indexes with unmerged entriesDerrick Stolee
2021-05-20Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-05-17sparse-index: fix uninitialized jumpDerrick Stolee
2021-05-06sparse-index.c: remove set_index_sparse_config()Ævar Arnfjörð Bjarmason
2021-04-14sparse-index: expand_to_path()Derrick Stolee
2021-03-30cache-tree: integrate with sparse directory entriesDerrick Stolee
2021-03-30sparse-checkout: toggle sparse index from builtinDerrick Stolee
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee
2021-03-30submodule: sparse-index should not collapse linksDerrick Stolee
2021-03-30sparse-index: convert from full to sparseDerrick Stolee
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee