| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-11 | builtin/fmt-merge-msg: stop depending on 'the_repository' | Ayush Chandekar | 1 | -3/+2 |
| 2025-08-11 | environment: remove the global variable 'merge_log_config' | Ayush Chandekar | 1 | -1/+2 |
| 2025-04-17 | parse-options: introduce precision handling for `OPTION_INTEGER` | Patrick Steinhardt | 1 | -0/+2 |
| 2025-04-17 | global: use designated initializers for options | Patrick Steinhardt | 1 | -7/+18 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -1/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-05 | builtin/fmt-merge-msg: fix leaking buffers | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-11 | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 1 | -1/+3 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2021-12-20 | merge: allow to pretend a merge is made into a different branch | Junio C Hamano | 1 | -0/+4 |
| 2020-03-24 | Lib-ify fmt-merge-msg | Denton Liu | 1 | -654/+1 |
| 2020-03-05 | Merge branch 'hi/gpg-use-check-signature' | Junio C Hamano | 1 | -7/+4 |
| 2020-02-28 | Revert "gpg-interface: prefer check_signature() for GPG verification" | Junio C Hamano | 1 | -7/+4 |
| 2019-12-10 | Merge branch 'hi/gpg-use-check-signature' | Junio C Hamano | 1 | -4/+7 |
| 2019-11-30 | gpg-interface: prefer check_signature() for GPG verification | Hans Jerry Illikainen | 1 | -4/+7 |
| 2019-11-27 | fmt-merge-msg: use skip_prefix() instead of starts_with() | René Scharfe | 1 | -5/+4 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -3/+3 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -2/+2 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -3/+6 |
| 2018-08-02 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+10 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
| 2018-07-16 | builtin/fmt-merge-msg: make hash independent | brian m. carlson | 1 | -9/+10 |
| 2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+2 |
| 2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+4 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | builtin/fmt-merge-msg: convert remaining code to object_id | brian m. carlson | 1 | -2/+2 |
| 2017-12-27 | Merge branch 'rs/fmt-merge-msg-string-leak-fix' | Junio C Hamano | 1 | -1/+2 |
| 2017-12-07 | fmt-merge-msg: avoid leaking strbuf in shortlog() | René Scharfe | 1 | -1/+2 |
| 2017-11-15 | Merge branch 'ma/reduce-heads-leakfix' | Junio C Hamano | 1 | -1/+1 |
| 2017-11-08 | reduce_heads: fix memory leaks | Martin Ågren | 1 | -1/+1 |
| 2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-08-11 | Merge branch 'dc/fmt-merge-msg-microcleanup' | Junio C Hamano | 1 | -1/+2 |
| 2017-07-25 | fmt-merge-msg: fix coding style | Dimitrios Christidis | 1 | -1/+2 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-02-22 | builtin/fmt-merge-message: convert to struct object_id | brian m. carlson | 1 | -35/+35 |
| 2016-09-29 | remove unnecessary check before QSORT | René Scharfe | 1 | -6/+4 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -4/+2 |
| 2016-09-15 | use strbuf_addstr() for adding constant strings to a strbuf, part 2 | René Scharfe | 1 | -1/+1 |
| 2016-08-05 | use strbuf_addstr() instead of strbuf_addf() with "%s" | René Scharfe | 1 | -1/+1 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-10-30 | Merge branch 'rs/pop-commit' | Junio C Hamano | 1 | -6/+3 |
| 2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -6/+3 |
| 2015-06-22 | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 1 | -0/+1 |
| 2015-05-11 | Merge branch 'jc/plug-fmt-merge-msg-leak' | Junio C Hamano | 1 | -5/+11 |
| 2015-04-20 | fmt-merge-msg: plug small leak of commit buffer | Junio C Hamano | 1 | -5/+11 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-12-22 | Merge branch 'rs/use-strbuf-complete-line' | Junio C Hamano | 1 | -2/+1 |
| 2014-12-12 | use strbuf_complete_line() for adding a newline if needed | René Scharfe | 1 | -2/+1 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
| 2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -5/+2 |
| 2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -5/+5 |
| 2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -3/+3 |
| 2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -1/+1 |
| 2014-06-19 | use xstrfmt to replace xmalloc + sprintf | Jeff King | 1 | -5/+2 |
| 2014-06-18 | avoid using skip_prefix as a boolean | Jeff King | 1 | -1/+1 |
| 2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -1/+1 |
| 2014-06-13 | use get_commit_buffer everywhere | Jeff King | 1 | -1/+4 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
| 2013-04-15 | Merge branch 'rt/commentchar-fmt-merge-msg' | Junio C Hamano | 1 | -7/+11 |
| 2013-04-07 | fmt-merge-msg: use core.commentchar in tag signatures completely | Ralf Thielow | 1 | -4/+8 |
| 2013-04-07 | fmt-merge-msg: respect core.commentchar in people credits | Ralf Thielow | 1 | -3/+3 |
| 2013-03-21 | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 1 | -1/+1 |
| 2013-02-14 | gpg_interface: allow to request status return | Michael J Gruber | 1 | -1/+1 |
| 2013-02-04 | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 1 | -1/+1 |
| 2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -1/+1 |
| 2013-01-14 | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint | Junio C Hamano | 1 | -7/+14 |
| 2013-01-10 | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' | Junio C Hamano | 1 | -7/+14 |
| 2012-12-28 | merge --no-edit: do not credit people involved in the side branch | Junio C Hamano | 1 | -7/+14 |
| 2012-08-20 | i18n: fmt-merge-msg: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
| 2012-06-12 | Merge branch 'jc/fmt-merge-msg-people' | Junio C Hamano | 1 | -2/+2 |
| 2012-06-06 | fmt-merge-msg: make attribution into comment lines | Junio C Hamano | 1 | -2/+2 |
| 2012-05-29 | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 1 | -4/+4 |
| 2012-05-25 | Sync with 1.7.10.3 | Junio C Hamano | 1 | -3/+5 |
| 2012-05-25 | fmt-merge-message: add empty line between tag and signature verification | Linus Torvalds | 1 | -3/+5 |
| 2012-05-22 | fmt-merge-msg: don't use static buffer in record_person | Jeff King | 1 | -4/+4 |
| 2012-04-27 | Merge branch 'jc/merge-reduce-parents-early' | Junio C Hamano | 1 | -9/+119 |
| 2012-04-18 | fmt-merge-msg: discard needless merge parents | Junio C Hamano | 1 | -9/+119 |
| 2012-03-13 | fmt-merge-msg: show those involved in a merged series | Junio C Hamano | 1 | -4/+110 |
| 2011-12-13 | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
| 2011-12-09 | Merge branch 'nd/resolve-ref' | Junio C Hamano | 1 | -0/+2 |
| 2011-12-09 | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 1 | -25/+89 |
| 2011-12-09 | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 1 | -16/+59 |
| 2011-12-05 | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
| 2011-11-08 | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 1 | -2/+70 |
| 2011-11-07 | fmt-merge-msg: package options into a structure | Junio C Hamano | 1 | -15/+14 |
| 2011-11-07 | fmt-merge-msg: avoid early returns | Junio C Hamano | 1 | -10/+10 |
| 2011-10-15 | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error | Ramsay Jones | 1 | -1/+1 |
| 2011-10-07 | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 1 | -16/+59 |
| 2011-09-18 | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2010-11-03 | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 1 | -3/+3 |
| 2010-09-29 | Merge branch 'rr/fmt-merge-msg' | Junio C Hamano | 1 | -28/+32 |
| 2010-09-09 | merge: Make 'merge.log' an integer or boolean option | Ramkumar Ramachandra | 1 | -9/+7 |
| 2010-09-09 | merge: Make '--log' an integer option for number of shortlog entries | Ramkumar Ramachandra | 1 | -10/+18 |
| 2010-09-09 | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len | Ramkumar Ramachandra | 1 | -16/+14 |
| 2010-09-03 | Merge branch 'jn/update-contrib-example-merge' | Junio C Hamano | 1 | -2/+16 |
| 2010-08-18 | fmt-merge-msg -m to override merge title | Jonathan Nieder | 1 | -2/+16 |
| 2010-07-05 | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 1 | -3/+3 |
| 2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -9/+9 |
| 2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -9/+9 |
| 2010-05-10 | merge: --log appends shortlog to message if specified | Tay Ray Chuan | 1 | -0/+3 |
| 2010-05-10 | fmt-merge-msg: add function to append shortlog only | Tay Ray Chuan | 1 | -4/+9 |
| 2010-05-10 | fmt-merge-msg: refactor merge title formatting | Tay Ray Chuan | 1 | -29/+36 |
| 2010-05-10 | fmt-merge-msg: minor refactor of fmt_merge_msg() | Tay Ray Chuan | 1 | -1/+6 |
| 2010-03-24 | fmt-merge-msg: hide summary option | Stephen Boyd | 1 | -1/+3 |
| 2010-03-24 | fmt-merge-msg: remove custom string_list implementation | Stephen Boyd | 1 | -83/+44 |
| 2010-03-24 | fmt-merge-msg: use pretty.c routines | Stephen Boyd | 1 | -21/+8 |
| 2010-03-24 | fmt-merge-msg: be quiet if nothing to merge | Stephen Boyd | 1 | -0/+3 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+381 |