1. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  2. 6c6ddf9 treewide: be explicit about dependence on advice.h by Elijah Newren · 1 year, 11 months ago
  3. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 11 months ago
  4. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 11 months ago
  5. 12cb1c1 cocci: apply the "refs.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  6. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  7. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years ago
  8. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  9. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  10. 95de376 Merge branch 'jk/bundle-use-dash-for-stdfiles' by Junio C Hamano · 2 years ago
  11. 7ce4088 parse-options: consistently allocate memory in fix_filename() by Jeff King · 2 years ago
  12. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
  13. 72972ea Merge branch 'ab/various-leak-fixes' by Junio C Hamano · 2 years, 1 month ago
  14. 7615cf9 various: add missing clear_pathspec(), fix leaks by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
  15. d21878f add API: remove run_add_interactive() wrapper function by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
  16. 1795479 Merge branch 'jk/unused-post-2.39' by Junio C Hamano · 2 years, 2 months ago
  17. 9ea1378 Merge branch 'ab/various-leak-fixes' by Junio C Hamano · 2 years, 3 months ago
  18. 61bdc7c diff: mark unused parameters in callbacks by Jeff King · 2 years, 3 months ago
  19. ab2cf37 {reset,merge}: call discard_index() before returning by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
  20. 07047d6 cocci: apply "pending" index-compatibility to some "builtin/*.c" by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
  21. dc59418 cocci & cache.h: apply variable section of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
  22. 031b203 cocci & cache.h: apply a selection of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
  23. fbc1ed6 cocci & cache.h: remove rarely used "the_index" compat macros by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
  24. 0e47bca reset: use 'skip_cache_tree_update' option by Victoria Dye · 2 years, 4 months ago
  25. b29ad38 pathspec.h: move pathspec_needs_expanded_index() from reset.c to here by Shaoxuan Yuan · 2 years, 7 months ago
  26. 5891c76 reset: show --no-refresh in the short-help by Junio C Hamano · 3 years ago
  27. 7cff676 reset: remove 'reset.refresh' config option by Victoria Dye · 3 years ago
  28. 2efc9b8 reset: remove 'reset.quiet' config option by Victoria Dye · 3 years ago
  29. 45bf762 reset: do not make '--quiet' disable index refresh by Victoria Dye · 3 years ago
  30. d492abb reset: suppress '--no-refresh' advice if logging is silenced by Victoria Dye · 3 years ago
  31. 9396251 reset: replace '--quiet' with '--no-refresh' in performance advice by Victoria Dye · 3 years ago
  32. fd56fba reset: introduce --[no-]refresh option to --mixed by Victoria Dye · 3 years ago
  33. e86ec71 reset: revise index refresh advice by Victoria Dye · 3 years ago
  34. 362f869 Merge branch 'ab/diff-free-more' by Junio C Hamano · 3 years ago
  35. 2f45f3e Merge branch 'vd/sparse-clean-etc' by Junio C Hamano · 3 years, 1 month ago
  36. 244c272 diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec) by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  37. 1624333 reset: reorder wildcard pathspec conditions by Victoria Dye · 3 years, 2 months ago
  38. 246cac8 i18n: turn even more messages into "cannot be used together" ones by Jean-Noël Avila · 3 years, 2 months ago
  39. 6fa00ee i18n: factorize "--foo requires --bar" and the like by Jean-Noël Avila · 3 years, 2 months ago
  40. 12909b6 i18n: turn "options are incompatible" into "cannot be used together" by Jean-Noël Avila · 3 years, 2 months ago
  41. f085087 Merge branch 'vd/sparse-reset' by Junio C Hamano · 3 years, 3 months ago
  42. 4d1cfc1 reset: make --mixed sparse-aware by Victoria Dye · 3 years, 3 months ago
  43. c01b1cb reset: integrate with sparse index by Victoria Dye · 3 years, 3 months ago
  44. 71471b2 reset: preserve skip-worktree bit in mixed reset by Victoria Dye · 3 years, 4 months ago
  45. 1f86b7c reset: rename is_missing to !is_in_reset_tree by Victoria Dye · 3 years, 5 months ago
  46. 480d3d6 Change unpack_trees' 'reset' flag into an enum by Elijah Newren · 3 years, 5 months ago
  47. 1b5f373 Remove ignored files by default when they are in the way by Elijah Newren · 3 years, 5 months ago
  48. 04988c8 unpack-trees: introduce preserve_ignored to unpack_trees_options by Elijah Newren · 3 years, 5 months ago
  49. ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 3 years, 7 months ago
  50. e901de6 reset: free instead of leaking unneeded ref by Andrzej Hunt · 4 years ago
  51. f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 4 years, 6 months ago
  52. 203c853 Use OPT_CALLBACK and OPT_CALLBACK_F by Denton Liu · 4 years, 11 months ago
  53. 4cf76f6 builtin/reset: compute checkout metadata for reset by brian m. carlson · 5 years ago
  54. c58ae96 Merge branch 'am/pathspec-from-file' by Junio C Hamano · 5 years ago
  55. 0a8e303 reset: parse rev as tree-ish in patch mode by Nika Layzell · 5 years ago
  56. 64bac8d reset: support the `--pathspec-from-file` option by Alexandr Miloslavskiy · 5 years ago
  57. d137b50 doc: reset: synchronize <pathspec> description by Alexandr Miloslavskiy · 5 years ago
  58. 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
  59. f496b06 Merge branch 'nd/switch-and-restore' by Junio C Hamano · 6 years ago
  60. 5e57580 tree-walk.c: remove the_repo from fill_tree_descriptor() by Nguyễn Thái Ngọc Duy · 6 years ago
  61. 5795a75 Merge branch 'bp/post-index-change-hook' by Junio C Hamano · 6 years ago
  62. f4a4b9a checkout: inform the user when removing branch state by Nguyễn Thái Ngọc Duy · 6 years ago
  63. c18b6c1 trace2:data: add subverb to reset command by Jeff Hostetler · 6 years ago
  64. 1956ecd read-cache: add post-index-change hook by Ben Peart · 6 years ago
  65. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  66. cde5554 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  67. c207e9e cache-tree.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  68. 4edce17 branch.c: remove the_repository reference by Nguyễn Thái Ngọc Duy · 6 years ago
  69. 649bf3a reset: warn when refresh_index() takes more than 2 seconds by Ben Peart · 6 years ago
  70. 4c3abd0 reset: add new reset.quiet config setting by Ben Peart · 6 years ago
  71. 9ac8125 reset: don't compute unstaged changes after reset when --quiet by Ben Peart · 6 years ago
  72. b78ea5f diff.c: reduce implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  73. ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
  74. a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
  75. 825ed4d read-cache: teach make_cache_entry to take object_id by Jameson Miller · 7 years ago
  76. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  77. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  78. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  79. d844852 builtin/reset: convert use of EMPTY_TREE_SHA1_BIN by brian m. carlson · 7 years ago
  80. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  81. e6b4a54 Merge branch 'tg/reset-hard-show-head-with-pretty' by Junio C Hamano · 7 years ago
  82. 1cf823f reset --hard: make use of the pretty machinery by Thomas Gummerer · 7 years ago
  83. 6bd396b Merge branch 'ot/pretty' by Junio C Hamano · 7 years ago
  84. cf39471 format: create pretty.h file by Olga Telezhnaya · 7 years ago
  85. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  86. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  87. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  88. c9f348e add, reset: use DIFF_OPT_SET macro to set a diff flag by Brandon Williams · 7 years ago
  89. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  90. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  91. 09595ab Merge branch 'jk/leak-checkers' by Junio C Hamano · 7 years ago
  92. afbb883 reset: free allocated tree buffers by Jeff King · 8 years ago
  93. e9ce897 reset: make tree counting less confusing by Jeff King · 8 years ago
  94. bfffb48 stop leaking lock structs in some simple cases by Jeff King · 8 years ago
  95. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  96. 5c377d3 tree-walk: convert fill_tree_descriptor() to object_id by René Scharfe · 8 years ago
  97. 557a599 submodule: remove gitmodules_config by Brandon Williams · 8 years ago
  98. 5556808 add, reset: ensure submodules can be added or reset by Brandon Williams · 8 years ago
  99. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  100. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago