1. 6047b28 Merge branch 'en/header-split-cleanup' by Junio C Hamano · 2 years ago
  2. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 2 years ago
  3. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  4. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years ago
  5. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  6. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  7. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 2 years ago
  8. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  9. 88cc8ed Merge branch 'en/header-cleanup' by Junio C Hamano · 2 years ago
  10. 5fdf285 dir: separate public from internal portion of dir_struct by Elijah Newren · 2 years, 1 month ago
  11. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
  12. ab85a7d Merge branch 'ws/single-file-cone' by Junio C Hamano · 2 years, 2 months ago
  13. 5842710 dir: check for single file cone patterns by William Sprent · 2 years, 3 months ago
  14. 083fd1a dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  15. 2790ba8 Merge branch 'rs/use-fspathncmp' by Junio C Hamano · 2 years, 5 months ago
  16. f766967 dir: use fspathncmp() in pl_hashmap_cmp() by Jeff King · 2 years, 6 months ago
  17. dd407f1 Merge branch 'ab/unused-annotation' by Junio C Hamano · 2 years, 7 months ago
  18. a6b42ec Merge branch 'jk/unused-annotation' by Junio C Hamano · 2 years, 7 months ago
  19. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  20. 77651c0 match_pathname(): drop unused "flags" parameter by Jeff King · 2 years, 7 months ago
  21. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 2 years, 7 months ago
  22. f070ec4 Merge branch 'gg/worktree-from-the-above' into maint by Junio C Hamano · 2 years, 8 months ago
  23. dc6315e Merge branch 'gg/worktree-from-the-above' by Junio C Hamano · 2 years, 9 months ago
  24. d6c9a71 dir: minor refactoring / clean-up by Goss Geppert · 2 years, 10 months ago
  25. 2712899 dir: traverse into repository by Goss Geppert · 2 years, 10 months ago
  26. b3b2ddc Merge branch 'ds/bundle-uri' by Junio C Hamano · 2 years, 10 months ago
  27. db5b7c3 Merge branch 'js/ci-gcc-12-fixes' by Junio C Hamano · 2 years, 10 months ago
  28. 2acf4cf dir.c: avoid "exceeds maximum object size" error with GCC v12.x by Johannes Schindelin · 2 years, 10 months ago
  29. 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
  30. 9fd512c dir API: add a generalized path_match_flags() function by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  31. 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 11 months ago
  32. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 11 months ago
  33. e6a6535 untracked-cache: support '--untracked-files=all' if configured by Tao Klerks · 3 years ago
  34. 190f9bf Merge branch 'vd/sparse-read-tree' by Junio C Hamano · 3 years ago
  35. 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 3 years ago
  36. 47e0380 Merge branch 'tk/empty-untracked-cache' by Junio C Hamano · 3 years ago
  37. 287fd17 sparse-index: prevent repo root from becoming sparse by Victoria Dye · 3 years, 1 month ago
  38. 317956d untracked-cache: write index when populating empty untracked cache by Tao Klerks · 3 years, 1 month ago
  39. 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  40. 26b8946 dir: force untracked cache with core.untrackedCache by Derrick Stolee · 3 years, 1 month ago
  41. 09481fe Merge branch 'ds/sparse-checkout-malformed-pattern-fix' by Junio C Hamano · 3 years, 3 months ago
  42. da81d47 Merge branch 'en/keep-cwd' by Junio C Hamano · 3 years, 3 months ago
  43. a3eca58 sparse-checkout: refuse to add to bad patterns by Derrick Stolee · 3 years, 3 months ago
  44. a481d43 sparse-checkout: fix segfault on malformed patterns by Derrick Stolee · 3 years, 3 months ago
  45. 580a5d7 dir: new flag to remove_dir_recurse() to spare the original_cwd by Elijah Newren · 3 years, 4 months ago
  46. 63bbe8b dir: avoid incidentally removing the original_cwd in remove_path() by Elijah Newren · 3 years, 4 months ago
  47. eef0a8e Merge branch 'ds/add-rm-with-sparse-index' into maint by Junio C Hamano · 3 years, 4 months ago
  48. 1bf2673 Merge branch 'ds/add-rm-with-sparse-index' by Junio C Hamano · 3 years, 4 months ago
  49. 33c5d6c dir: revert "dir: select directories correctly" by Derrick Stolee · 3 years, 4 months ago
  50. 36f0a2e Merge branch 'ds/add-rm-with-sparse-index' by Junio C Hamano · 3 years, 5 months ago
  51. 5ceb663 dir: fix directory-matching bug by Derrick Stolee · 3 years, 5 months ago
  52. 68fb83b Merge branch 'mt/fix-add-rm-with-sparse-index' by Junio C Hamano · 3 years, 5 months ago
  53. 20141e3 add, rm, mv: fix bug that prevents the update of non-sparse dirs by Matheus Tavares · 3 years, 5 months ago
  54. 2d498a7 Merge branch 'ds/add-rm-with-sparse-index' by Junio C Hamano · 3 years, 6 months ago
  55. ed49584 dir: fix pattern matching on dirs by Derrick Stolee · 3 years, 6 months ago
  56. f652672 dir: select directories correctly by Derrick Stolee · 3 years, 6 months ago
  57. f7511fd Merge branch 'jt/submodule-name-to-gitdir' by Junio C Hamano · 3 years, 6 months ago
  58. dc89c34 Merge branch 'ds/sparse-index-ignored-files' by Junio C Hamano · 3 years, 6 months ago
  59. ce125d4 submodule: extract path to submodule gitdir func by Jonathan Tan · 3 years, 7 months ago
  60. 02155c8 sparse-checkout: create helper methods by Derrick Stolee · 3 years, 7 months ago
  61. ed86301 dir: libify and export helper functions from clone.c by Atharva Raykar · 3 years, 8 months ago
  62. 7431842 use fspathhash() everywhere by René Scharfe · 3 years, 8 months ago
  63. b271a30 Merge branch 'ds/status-with-sparse-index' by Junio C Hamano · 3 years, 8 months ago
  64. e5cc59c Merge branch 'ew/many-alternate-optim' by Junio C Hamano · 3 years, 8 months ago
  65. 69bdbdb dir.c: accept a directory as part of cone-mode patterns by Derrick Stolee · 3 years, 9 months ago
  66. cf2dc1c speed up alt_odb_usable() with many alternates by Eric Wong · 3 years, 9 months ago
  67. ce93a4c dir.[ch]: replace dir_init() with DIR_INIT by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  68. 329d63e Merge branch 'en/dir-traversal' by Junio C Hamano · 3 years, 10 months ago
  69. 906fc55 dir: introduce readdir_skip_dot_and_dotdot() helper by Elijah Newren · 3 years, 10 months ago
  70. eef8148 dir: update stale description of treat_directory() by Derrick Stolee · 3 years, 10 months ago
  71. 2c9f1bf Revert "dir: update stale description of treat_directory()" by Junio C Hamano · 3 years, 10 months ago
  72. 1df046b Revert "dir: introduce readdir_skip_dot_and_dotdot() helper" by Junio C Hamano · 3 years, 10 months ago
  73. 33be431 Merge branch 'en/dir-traversal' by Junio C Hamano · 3 years, 10 months ago
  74. b548f0f dir: introduce readdir_skip_dot_and_dotdot() helper by Elijah Newren · 3 years, 11 months ago
  75. 4e689d8 dir: update stale description of treat_directory() by Derrick Stolee · 3 years, 11 months ago
  76. dd55fc0 dir: traverse into untracked directories if they may have ignored subfiles by Elijah Newren · 3 years, 11 months ago
  77. aa6e1b2 dir: avoid unnecessary traversal into ignored directory by Elijah Newren · 3 years, 11 months ago
  78. 7fe1ffdaf dir: report number of visited directories and paths with trace2 by Elijah Newren · 3 years, 11 months ago
  79. 7f9dd87 dir: convert trace calls to trace2 equivalents by Elijah Newren · 3 years, 11 months ago
  80. aaa3c80 Merge branch 'bc/hash-transition-interop-part-1' by Junio C Hamano · 3 years, 11 months ago
  81. 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 4 years ago
  82. 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 4 years ago
  83. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 4 years ago
  84. d425f65 dir: ensure full index by Derrick Stolee · 4 years ago
  85. 847a9e5 *: remove 'const' qualifier for struct index_state by Derrick Stolee · 4 years ago
  86. 204333b Merge branch 'jk/open-dotgitx-with-nofollow' by Junio C Hamano · 4 years ago
  87. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 1 month ago
  88. 9889cff Merge branch 'jh/untracked-cache-fix' by Junio C Hamano · 4 years, 1 month ago
  89. 6347d64 dir: fix malloc of root untracked_cache_dir by Jeff Hostetler · 4 years, 1 month ago
  90. feb9b77 exclude: do not respect symlinks for in-tree .gitignore by Jeff King · 4 years, 1 month ago
  91. 1679d60 exclude: add flags parameter to add_patterns() by Jeff King · 4 years, 1 month ago
  92. dd23022 sparse-checkout: load sparse-checkout patterns by Derrick Stolee · 4 years, 2 months ago
  93. bf0a430 Merge branch 'en/strmap' by Junio C Hamano · 4 years, 4 months ago
  94. 03cd25e Merge branch 'nk/dir-c-comment-update' by Junio C Hamano · 4 years, 5 months ago
  95. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 5 months ago
  96. e5cf6d3 dir.c: fix comments to agree with argument name by Alex Vandiver · 4 years, 6 months ago
  97. 842385b dir.c: drop unused "untracked" from treat_path_fast() by Jeff King · 4 years, 6 months ago
  98. 0d9a8e3 Merge branch 'jk/leakfix' by Junio C Hamano · 4 years, 7 months ago
  99. ad00f44 Merge branch 'en/dir-clear' by Junio C Hamano · 4 years, 7 months ago
  100. 11f433f Merge branch 'en/dir-nonbare-embedded' by Junio C Hamano · 4 years, 7 months ago