1. dce1e0b Merge branch 'jk/core-comment-string' by Junio C Hamano · 9 months ago
  2. ac16f55 Merge branch 'pb/advice-merge-conflict' by Junio C Hamano · 9 months ago
  3. 1002f28 Merge branch 'eb/hash-transition' by Junio C Hamano · 10 months ago
  4. 37ce973 builtin/am: allow disabling conflict advice by Philippe Blain · 10 months ago
  5. 2982b65 strbuf: accept a comment string for strbuf_stripspace() by Jeff King · 10 months ago
  6. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
  7. c032943 Merge branch 'rs/fix-arghelp' by Junio C Hamano · 1 year, 2 months ago
  8. f7c1b23 am, rebase: fix arghelp syntax of --empty by René Scharfe · 1 year, 2 months ago
  9. e5cf20e am: simplify --show-current-patch handling by René Scharfe · 1 year, 2 months ago
  10. efed687 tree-walk: init_tree_desc take an oid to get the hash algorithm by Eric W. Biederman · 1 year, 3 months ago
  11. a03cc4b Merge branch 'ob/am-msgfix' by Junio C Hamano · 1 year, 3 months ago
  12. 43abaaf am: fix error message in parse_opt_show_current_patch() by Oswald Buddenhagen · 1 year, 4 months ago
  13. 976b97e diff: spell DIFF_INDEX_CACHED out when calling run_diff_index() by Junio C Hamano · 1 year, 5 months ago
  14. 914a353 Merge branch 'jc/am-parseopt-fix' by Junio C Hamano · 1 year, 6 months ago
  15. c5fcd34 Merge branch 'jk/unused-parameter' by Junio C Hamano · 1 year, 6 months ago
  16. 947ebd6 am: simplify parsing of "--[no-]keep-cr" by Junio C Hamano · 1 year, 6 months ago
  17. ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 6 months ago
  18. a8a8e75 am: mark unused keep_cr parameters by Jeff King · 1 year, 6 months ago
  19. 67e7305 Merge branch 'cw/strbuf-cleanup' by Junio C Hamano · 1 year, 6 months ago
  20. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 6 months ago
  21. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 8 months ago
  22. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  23. fbffdfb preload-index.h: move declarations for preload-index.c from elsewhere by Elijah Newren · 1 year, 8 months ago
  24. 787cb8a strbuf: remove global variable by Calvin Wan · 1 year, 7 months ago
  25. ca4eed7 pager.h: move declarations for pager.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  26. 4e12082 editor: move editor-related functions and declarations into common file by Elijah Newren · 1 year, 9 months ago
  27. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  28. 6c6ddf9 treewide: be explicit about dependence on advice.h by Elijah Newren · 1 year, 9 months ago
  29. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
  30. ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  31. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  32. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  33. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  34. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 1 year, 10 months ago
  35. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  36. af5388d Merge branch 'jc/gpg-lazy-init' by Junio C Hamano · 1 year, 10 months ago
  37. cc5d1d3 drop pure pass-through config callbacks by Jeff King · 1 year, 11 months ago
  38. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  39. 5048df6 Merge branch 'ab/hook-api-with-stdin' by Junio C Hamano · 1 year, 11 months ago
  40. 9937086 cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*" by Ævar Arnfjörð Bjarmason · 1 year, 11 months ago
  41. fd2d4c1 gpg-interface: lazily initialize and read the configuration by Junio C Hamano · 1 year, 11 months ago
  42. 917e080 hook API: support passing stdin to hooks, convert am's 'post-rewrite' by Emily Shaffer · 1 year, 11 months ago
  43. 60ce816 Merge branch 'rs/dup-array' by Junio C Hamano · 2 years ago
  44. b242e89 Merge branch 'tr/am--no-verify' by Junio C Hamano · 2 years ago
  45. 6e57841 use DUP_ARRAY by René Scharfe · 2 years ago
  46. 566902f am: allow passing --no-verify flag by Thierry Reding · 2 years, 1 month ago
  47. d8e4064 Merge branch 'rs/am-parse-options-cleanup' by Junio C Hamano · 2 years, 1 month ago
  48. a658e88 am: don't pass strvec to apply_parse_options() by René Scharfe · 2 years, 1 month ago
  49. 07047d6 cocci: apply "pending" index-compatibility to some "builtin/*.c" by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  50. fbc1ed6 cocci & cache.h: remove rarely used "the_index" compat macros by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  51. ddbb47f replace and remove run_command_v_opt() by René Scharfe · 2 years, 2 months ago
  52. 75c92a0 am: simplify building "show" argument list by René Scharfe · 2 years, 2 months ago
  53. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  54. 783a86c config: mark unused callback parameters by Jeff King · 2 years, 5 months ago
  55. 2108fe4 revisions API users: add straightforward release_revisions() by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  56. 0a01df0 Merge branch 'ab/date-mode-release' by Junio C Hamano · 2 years, 11 months ago
  57. d21d5dd Merge branch 'ja/i18n-common-messages' by Junio C Hamano · 2 years, 11 months ago
  58. 88c7b4c date API: create a date.h, split from cache.h by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  59. c70bc33 Merge branch 'ab/config-based-hooks-2' by Junio C Hamano · 2 years, 11 months ago
  60. 1a8aea8 i18n: factorize "invalid value" messages by Jean-Noël Avila · 3 years ago
  61. c17de5a Merge branch 'ja/i18n-similar-messages' by Junio C Hamano · 3 years ago
  62. 432a50b am: convert applypatch-msg to use hook.h by Emily Shaffer · 3 years, 1 month ago
  63. 593ffdd am: convert {pre,post}-applypatch to use hook.h by Emily Shaffer · 3 years, 1 month ago
  64. 246cac8 i18n: turn even more messages into "cannot be used together" ones by Jean-Noël Avila · 3 years ago
  65. 9e7e41b am: support --allow-empty to record specific empty patches by 徐沛文 (Aleen) · 3 years, 1 month ago
  66. 7c096b8 am: support --empty=<option> to handle empty patches by 徐沛文 (Aleen) · 3 years, 1 month ago
  67. a5e61a4 Merge branch 'ab/config-based-hooks-1' by Junio C Hamano · 3 years, 3 months ago
  68. a7c2daa Merge branch 'en/removing-untracked-fixes' by Junio C Hamano · 3 years, 3 months ago
  69. 480d3d6 Change unpack_trees' 'reset' flag into an enum by Elijah Newren · 3 years, 3 months ago
  70. 1b5f373 Remove ignored files by default when they are in the way by Elijah Newren · 3 years, 3 months ago
  71. 04988c8 unpack-trees: introduce preserve_ignored to unpack_trees_options by Elijah Newren · 3 years, 3 months ago
  72. 5e3aba3 hook.[ch]: move find_hook() from run-command.c to hook.c by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  73. 6c84b00 Merge branch 'en/am-abort-fix' by Junio C Hamano · 3 years, 4 months ago
  74. c042ad5 Merge branch 'js/run-command-close-packs' by Junio C Hamano · 3 years, 4 months ago
  75. 04d3761 Merge branch 'en/am-abort-fix' into en/removing-untracked-fixes by Junio C Hamano · 3 years, 4 months ago
  76. c5ead19 am: fix incorrect exit status on am fail to abort by Elijah Newren · 3 years, 4 months ago
  77. 5a22a33 run_auto_maintenance(): implicitly close the object store by Johannes Schindelin · 3 years, 4 months ago
  78. ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 3 years, 5 months ago
  79. 48ca53c *.c static functions: add missing __attribute__((format)) by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  80. 59b519a am: learn to process quoted lines that ends with CRLF by Đoàn Trần Công Danh · 3 years, 8 months ago
  81. e73fe3d builtin/*: update usage format by ZheNing Hu · 4 years ago
  82. 6a44c9c Merge branch 'jk/committer-date-is-author-date-fix-simplify' by Junio C Hamano · 4 years, 2 months ago
  83. 761a4e9 Merge branch 'bk/sob-dco' by Junio C Hamano · 4 years, 2 months ago
  84. f34687d Merge branch 'jk/committer-date-is-author-date-fix' by Junio C Hamano · 4 years, 3 months ago
  85. 2020451 am, sequencer: stop parsing our own committer ident by Jeff King · 4 years, 3 months ago
  86. 16b0bb9 am: fix broken email with --committer-date-is-author-date by Jeff King · 4 years, 3 months ago
  87. 3abd4a6 Documentation: stylistically normalize references to Signed-off-by: by Bradley M. Kuhn · 4 years, 3 months ago
  88. 8d2aa8d assert PARSE_OPT_NONEG in parse-options callbacks by Jeff King · 4 years, 3 months ago
  89. 48794ac Merge branch 'ds/maintenance-part-1' by Junio C Hamano · 4 years, 4 months ago
  90. a95ce12 maintenance: replace run_auto_gc() by Derrick Stolee · 4 years, 4 months ago
  91. 9c31b19 Merge branch 'pw/rebase-i-more-options' by Junio C Hamano · 4 years, 4 months ago
  92. e8cbe21 am: stop exporting GIT_COMMITTER_DATE by Phillip Wood · 4 years, 5 months ago
  93. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 6 months ago
  94. 22f9b7f strvec: convert builtin/ callers away from argv_array name by Jeff King · 4 years, 6 months ago
  95. 2745b6b quote: rename sq_dequote_to_argv_array to mention strvec by Jeff King · 4 years, 6 months ago
  96. 7c3e9e8 auto-gc: pass --quiet down from am, commit, merge and rebase by Junio C Hamano · 4 years, 8 months ago
  97. aa416b2 am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch by Paolo Bonzini · 4 years, 11 months ago
  98. f3b4822 am: support --show-current-patch=raw as a synonym for--show-current-patch by Paolo Bonzini · 4 years, 11 months ago
  99. e8ef1e8 am: convert "resume" variable to a struct by Paolo Bonzini · 4 years, 11 months ago
  100. 280bd44 Merge branch 'en/merge-recursive-cleanup' by Junio C Hamano · 5 years ago