summaryrefslogtreecommitdiff
path: root/sparse-index.c
AgeCommit message (Expand)Author
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04sparse-index: correctly free EWAH contentsPatrick Steinhardt
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano
2024-09-23sparse-checkout: disable advice in 'disable'Derrick Stolee
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-07-16Merge branch 'ds/advice-sparse-index-expansion'Junio C Hamano
2024-07-08advice: warn when sparse index expandsDerrick Stolee
2024-06-28sparse-index: improve lstat caching of sparse pathsDerrick Stolee
2024-06-28sparse-index: count lstat() callsDerrick Stolee
2024-06-28sparse-index: use strbuf in path_found()Derrick Stolee
2024-06-28sparse-index: refactor path_found()Derrick Stolee
2024-06-28sparse-checkout: refactor skip worktree retry logicDerrick Stolee
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-23alloc.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-04index: raise a bug if the index is materialised more than onceAnh Le
2022-11-04index: 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-01repo_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-23sparse-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-24sparse-index: add ensure_correct_sparsity functionVictoria Dye
2021-11-24sparse-index: avoid unnecessary cache tree clearingVictoria Dye
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-07sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee
2021-09-07sparse-checkout: create helper methodsDerrick Stolee
2021-09-07sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee
2021-09-07sparse-index: silently return when cache tree failsDerrick Stolee
2021-09-07sparse-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