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