aboutsummaryrefslogtreecommitdiffstats
path: root/sparse-index.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Merge branch 'jh/sparse-index-expand-to-path-fix'Junio C Hamano1-2/+2
2024-02-02sparse-index: pass string length to index_file_exists()Jeff Hostetler1-2/+2
2023-08-31read_tree(): respect max_allowed_tree_depthJeff King1-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren1-1/+2
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-9/+0
2023-01-13sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason1-1/+3
2023-01-13sparse-index.c: expand_to_path() can assume non-NULL "istate"Ævar Arnfjörð Bjarmason1-1/+1
2022-11-04index: raise a bug if the index is materialised more than onceAnh Le1-0/+2
2022-11-04index: add trace2 region for clear skip worktreeAnh Le1-6/+22
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-15/+117
2022-05-23sparse-index: complete partial expansionDerrick Stolee1-3/+36
2022-05-23sparse-index: partially expand directoriesDerrick Stolee1-7/+50
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee1-3/+3
2022-05-23sparse-index: create expand_index()Derrick Stolee1-3/+29
2022-05-10sparse-index: expose 'is_sparse_index_allowed()'Victoria Dye1-1/+1
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