| Commit message (Expand) | Author | Age | Files | Lines |
* | use strbuf_addstr() instead of strbuf_addf() with "%s"rs/use-strbuf-addstr | René Scharfe | 2016-08-05 | 1 | -1/+1 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Merge branch 'rs/pop-commit' | Junio C Hamano | 2015-10-30 | 1 | -6/+3 |
|\ |
|
| * | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commit | René Scharfe | 2015-10-26 | 1 | -6/+3 |
* | | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'jc/plug-fmt-merge-msg-leak' | Junio C Hamano | 2015-05-11 | 1 | -5/+11 |
|\ |
|
| * | fmt-merge-msg: plug small leak of commit bufferjc/plug-fmt-merge-msg-leak | Junio C Hamano | 2015-04-20 | 1 | -5/+11 |
* | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | | Merge branch 'rs/use-strbuf-complete-line' | Junio C Hamano | 2014-12-22 | 1 | -2/+1 |
|\ \ |
|
| * | | use strbuf_complete_line() for adding a newline if neededrs/use-strbuf-complete-line | René Scharfe | 2014-12-12 | 1 | -2/+1 |
* | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 1 | -5/+2 |
|\ \ |
|
| * | | use xstrfmt to replace xmalloc + sprintf | Jeff King | 2014-06-19 | 1 | -5/+2 |
* | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -3/+3 |
| * | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -1/+1 |
| * | | | avoid using skip_prefix as a boolean | Jeff King | 2014-06-18 | 1 | -1/+1 |
| |/ / |
|
* | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 1 | -1/+4 |
|/ |
|
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -5/+5 |
* | Merge branch 'rt/commentchar-fmt-merge-msg' | Junio C Hamano | 2013-04-15 | 1 | -7/+11 |
|\ |
|
| * | fmt-merge-msg: use core.commentchar in tag signatures completely | Ralf Thielow | 2013-04-07 | 1 | -4/+8 |
| * | fmt-merge-msg: respect core.commentchar in people credits | Ralf Thielow | 2013-04-07 | 1 | -3/+3 |
* | | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 2013-03-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | gpg_interface: allow to request status return | Michael J Gruber | 2013-02-14 | 1 | -1/+1 |
| * | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint | Junio C Hamano | 2013-01-14 | 1 | -7/+14 |
| |\ |
|
* | \ | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' | Junio C Hamano | 2013-01-10 | 1 | -7/+14 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | merge --no-edit: do not credit people involved in the side branch | Junio C Hamano | 2012-12-28 | 1 | -7/+14 |
* | | i18n: fmt-merge-msg: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -8/+8 |
|/ |
|
* | Merge branch 'jc/fmt-merge-msg-people' | Junio C Hamano | 2012-06-12 | 1 | -2/+2 |
|\ |
|
| * | fmt-merge-msg: make attribution into comment lines | Junio C Hamano | 2012-06-06 | 1 | -2/+2 |
* | | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 2012-05-29 | 1 | -4/+4 |
|\ \ |
|
| * | | fmt-merge-msg: don't use static buffer in record_person | Jeff King | 2012-05-22 | 1 | -4/+4 |
* | | | Sync with 1.7.10.3 | Junio C Hamano | 2012-05-25 | 1 | -3/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | fmt-merge-message: add empty line between tag and signature verification | Linus Torvalds | 2012-05-25 | 1 | -3/+5 |
* | | | Merge branch 'jc/merge-reduce-parents-early' | Junio C Hamano | 2012-04-27 | 1 | -9/+119 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | fmt-merge-msg: discard needless merge parents | Junio C Hamano | 2012-04-18 | 1 | -9/+119 |
* | | fmt-merge-msg: show those involved in a merged seriesjc/fmt-merge-msg-people | Junio C Hamano | 2012-03-13 | 1 | -4/+110 |
|/ |
|
* | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -3/+4 |
* | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-09 | 1 | -0/+2 |
|\ |
|
| * | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 2011-12-05 | 1 | -1/+5 |
* | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 1 | -25/+89 |
|\ \ |
|
| * | | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 2011-11-08 | 1 | -2/+70 |
| * | | fmt-merge-msg: package options into a structure | Junio C Hamano | 2011-11-07 | 1 | -15/+14 |
| * | | fmt-merge-msg: avoid early returns | Junio C Hamano | 2011-11-07 | 1 | -10/+10 |
| |/ |
|
* | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 1 | -16/+59 |
|\ \
| |/
|/| |
|