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