summaryrefslogtreecommitdiff
path: root/sparse-index.c
AgeCommit message (Expand)Author
2024-02-08Merge branch 'jh/sparse-index-expand-to-path-fix'Junio C Hamano
2024-02-02sparse-index: pass string length to index_file_exists()Jeff Hostetler
2023-08-31read_tree(): respect max_allowed_tree_depthJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-13sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason
2023-01-13sparse-index.c: expand_to_path() can assume non-NULL "istate"Ævar Arnfjörð Bjarmason
2022-11-05index: raise a bug if the index is materialised more than onceAnh Le
2022-11-05index: add trace2 region for clear skip worktreeAnh Le
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano
2022-05-23sparse-index: complete partial expansionDerrick Stolee
2022-05-23sparse-index: partially expand directoriesDerrick Stolee
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee
2022-05-23sparse-index: create expand_index()Derrick Stolee
2022-05-10sparse-index: expose 'is_sparse_index_allowed()'Victoria Dye
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