- 294dd20 Merge branch 'jh/sparse-index-expand-to-path-fix' by Junio C Hamano · 12 months ago
- 156e28b sparse-index: pass string length to index_file_exists() by Jeff Hostetler · 12 months ago
- 1ee7a5c read_tree(): respect max_allowed_tree_depth by Jeff King · 1 year, 5 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 7 months ago
- 68d6864 fsmonitor-ll.h: split this header out of fsmonitor.h by Elijah Newren · 1 year, 8 months ago
- bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
- f565385 name-hash.h: move declarations for name-hash.c from cache.h by Elijah Newren · 1 year, 8 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 1 year, 11 months ago
- 6269f8e treewide: always have a valid "index_state.repo" member by Ævar Arnfjörð Bjarmason · 2 years ago
- 29fefaf sparse-index API: BUG() out on NULL ensure_full_index() by Ævar Arnfjörð Bjarmason · 2 years ago
- d2cdf2c sparse-index.c: expand_to_path() can assume non-NULL "istate" by Ævar Arnfjörð Bjarmason · 2 years ago
- 8c7abdc index: raise a bug if the index is materialised more than once by Anh Le · 2 years, 3 months ago
- 89aaab1 index: add trace2 region for clear skip worktree by Anh Le · 2 years, 3 months ago
- c276c21 Merge branch 'ds/sparse-sparse-checkout' by Junio C Hamano · 2 years, 8 months ago
- ac8acb4 sparse-index: complete partial expansion by Derrick Stolee · 2 years, 8 months ago
- 0243930 sparse-index: partially expand directories by Derrick Stolee · 2 years, 8 months ago
- 9fadb37 sparse-index: introduce partially-sparse indexes by Derrick Stolee · 2 years, 8 months ago
- dce241b sparse-index: create expand_index() by Derrick Stolee · 2 years, 8 months ago
- cfde4cd sparse-index: expose 'is_sparse_index_allowed()' by Victoria Dye · 2 years, 9 months ago
- 82386b4 Merge branch 'en/present-despite-skipped' by Junio C Hamano · 2 years, 11 months ago
- ecc7c88 repo_read_index: add config to expect files outside sparse patterns by Elijah Newren · 2 years, 11 months ago
- 6249ce2 Merge branch 'ds/sparse-checkout-requires-per-worktree-config' by Junio C Hamano · 2 years, 11 months ago
- 7316dc5 sparse-checkout: set worktree-config correctly by Derrick Stolee · 3 years ago
- ae103c3 sparse-index: sparse index is disallowed when split index is active by Johannes Schindelin · 3 years ago
- d79d299 Accelerate clear_skip_worktree_from_present_files() by caching by Elijah Newren · 3 years ago
- af6a518 repo_read_index: clear SKIP_WORKTREE bit from files present in worktree by Elijah Newren · 3 years ago
- b93fea0 sparse-index: add ensure_correct_sparsity function by Victoria Dye · 3 years, 2 months ago
- 13f69f3 sparse-index: avoid unnecessary cache tree clearing by Victoria Dye · 3 years, 2 months ago
- dc89c34 Merge branch 'ds/sparse-index-ignored-files' by Junio C Hamano · 3 years, 4 months ago
- ce7a9f0 sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag by Derrick Stolee · 3 years, 5 months ago
- 02155c8 sparse-checkout: create helper methods by Derrick Stolee · 3 years, 5 months ago
- 8a96b9d sparse-index: use WRITE_TREE_MISSING_OK by Derrick Stolee · 3 years, 5 months ago
- 5dc1675 sparse-index: silently return when cache tree fails by Derrick Stolee · 3 years, 5 months ago
- e27eab4 sparse-index: silently return when not using cone-mode patterns by Derrick Stolee · 3 years, 5 months ago
- d9e9b44 sparse-index: copy dir_hash in ensure_full_index() by Jeff Hostetler · 3 years, 5 months ago
- f934f1b sparse-index: recompute cache-tree by Derrick Stolee · 3 years, 7 months ago
- f8fe49e fsmonitor: integrate with sparse index by Derrick Stolee · 3 years, 6 months ago
- 4741077 sparse-index: include EXTENDED flag when expanding by Derrick Stolee · 3 years, 6 months ago
- fc6609d sparse-index: skip indexes with unmerged entries by Derrick Stolee · 3 years, 6 months ago
- 107691c Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 3 years, 8 months ago
- 4279cb1 sparse-index: fix uninitialized jump by Derrick Stolee · 3 years, 8 months ago
- b79f9c0 sparse-index.c: remove set_index_sparse_config() by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
- 71f82d0 sparse-index: expand_to_path() by Derrick Stolee · 3 years, 10 months ago
- 2de37c5 cache-tree: integrate with sparse directory entries by Derrick Stolee · 3 years, 10 months ago
- 122ba1f sparse-checkout: toggle sparse index from builtin by Derrick Stolee · 3 years, 10 months ago
- 58300f4 sparse-index: add index.sparse config option by Derrick Stolee · 3 years, 10 months ago
- f442313 submodule: sparse-index should not collapse links by Derrick Stolee · 3 years, 10 months ago
- 6e77352 sparse-index: convert from full to sparse by Derrick Stolee · 3 years, 10 months ago
- 4300f84 sparse-index: implement ensure_full_index() by Derrick Stolee · 3 years, 10 months ago
- 3964fc2 sparse-index: add guard to ensure full index by Derrick Stolee · 3 years, 10 months ago