| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ks/rfc2047-one-char-at-a-time' | Junio C Hamano | 2013-03-25 | 1 | -12/+22 |
|\ |
|
| * | format-patch: RFC 2047 says multi-octet character may not be split | Kirill Smelkov | 2013-03-09 | 1 | -12/+22 |
* | | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 2013-03-21 | 1 | -4/+15 |
|\ \ |
|
| * | | pretty: make %GK output the signing key for signed commits | Michael J Gruber | 2013-02-14 | 1 | -1/+8 |
| * | | pretty: parse the gpg status lines rather than the output | Michael J Gruber | 2013-02-14 | 1 | -5/+9 |
| * | | gpg_interface: allow to request status return | Michael J Gruber | 2013-02-14 | 1 | -1/+1 |
| * | | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 2013-01-10 | 1 | -12/+4 |
| |\ \ |
|
* | | | | logmsg_reencode: lazily load missing commit buffers | Jeff King | 2013-01-26 | 1 | -8/+49 |
* | | | | logmsg_reencode: never return NULL | Jeff King | 2013-01-26 | 1 | -16/+22 |
* | | | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 | 1 | -50/+64 |
|\ \ \ \ |
|
| * | | | | pretty: use mailmap to display username and email | Antoine Pelisse | 2013-01-10 | 1 | -21/+37 |
| * | | | | mailmap: simplify map_user() interface | Antoine Pelisse | 2013-01-10 | 1 | -22/+13 |
| * | | | | Use split_ident_line to parse author and committer | Antoine Pelisse | 2013-01-07 | 1 | -14/+21 |
| |/ / / |
|
* | | | | Merge branch 'rs/pretty-use-prefixcmp' | Junio C Hamano | 2013-01-18 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | pretty: use prefixcmp instead of memcmp on NUL-terminated strings | René Scharfe | 2013-01-14 | 1 | -4/+4 |
* | | | | | Merge branch 'jc/format-color-auto' | Junio C Hamano | 2013-01-05 | 1 | -3/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 2012-12-17 | 1 | -3/+10 |
| | |_|/
| |/| | |
|
| * | | | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 2012-12-07 | 1 | -1/+1 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'jc/same-encoding' | Junio C Hamano | 2013-01-03 | 1 | -12/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | format_commit_message(): simplify calls to logmsg_reencode() | Junio C Hamano | 2012-12-10 | 1 | -12/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 2012-11-15 | 1 | -18/+4 |
|\ \ \ |
|
| * | | | pretty_print_commit(): do not append notes message | Junio C Hamano | 2012-10-17 | 1 | -3/+0 |
| * | | | pretty: prepare notes message at a centralized place | Junio C Hamano | 2012-10-17 | 1 | -5/+4 |
| * | | | format_note(): simplify API | Junio C Hamano | 2012-10-17 | 1 | -3/+2 |
| * | | | pretty: remove reencode_commit_message() | Junio C Hamano | 2012-10-17 | 1 | -11/+2 |
* | | | | Merge branch 'jc/same-encoding' | Junio C Hamano | 2012-11-15 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 2012-11-04 | 1 | -1/+1 |
| |/ |
|
* | | format-patch: fix rfc2047 address encoding with respect to rfc822 specials | Jan H. Schönherr | 2012-10-18 | 1 | -17/+32 |
* | | format-patch: make rfc2047 encoding more strict | Jan H. Schönherr | 2012-10-18 | 1 | -8/+59 |
* | | format-patch: introduce helper function last_line_length() | Jan H. Schönherr | 2012-10-18 | 1 | -12/+13 |
* | | format-patch: do not wrap rfc2047 encoded headers too late | Jan H. Schönherr | 2012-10-18 | 1 | -10/+16 |
* | | format-patch: do not wrap non-rfc2047 headers too early | Jan H. Schönherr | 2012-10-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/format-person-part-buffer-limit' | Junio C Hamano | 2012-05-25 | 1 | -2/+4 |
|\ |
|
| * | pretty: avoid buffer overflow in format_person_part | Jeff King | 2012-05-22 | 1 | -2/+4 |
* | | Merge branch 'jk/pretty-commit-header-incomplete-line' | Junio C Hamano | 2012-05-25 | 1 | -1/+4 |
|\ \ |
|
| * | | avoid segfault when reading header of malformed commits | Jeff King | 2012-05-22 | 1 | -1/+4 |
* | | | Merge branch 'jk/maint-reflog-walk-count-vs-time' | Junio C Hamano | 2012-05-11 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | reflog-walk: tell explicit --date=default from not having --date at all | Junio C Hamano | 2012-05-07 | 1 | -3/+2 |
| * | | log: respect date_mode_explicit with --format:%gd | Jeff King | 2012-05-04 | 1 | -1/+3 |
* | | | ident.c: add split_ident_line() to parse formatted ident line | Junio C Hamano | 2012-03-11 | 1 | -44/+20 |
| |/
|/| |
|
* | | Merge branch 'jc/show-sig' | Junio C Hamano | 2012-01-06 | 1 | -0/+86 |
|\ \ |
|
| * | | pretty: %G[?GS] placeholders | Junio C Hamano | 2011-11-12 | 1 | -0/+86 |
| |/ |
|
* | | pretty: give placeholders to reflog identityjk/pretty-reglog-ent | Jeff King | 2011-12-16 | 1 | -0/+25 |
* | | Merge branch 'nd/pretty-commit-log-message' | Junio C Hamano | 2011-11-01 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | pretty.c: use original commit message if reencoding failsnd/pretty-commit-log-message | Nguyễn Thái Ngọc Duy | 2011-10-23 | 1 | -1/+4 |
| * | pretty.c: free get_header() return value | Nguyễn Thái Ngọc Duy | 2011-10-23 | 1 | -4/+3 |
* | | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -52/+55 |
|\ \ |
|
| * | | format-patch: preserve subject newlines with -k | Jeff King | 2011-05-26 | 1 | -1/+2 |
| * | | clean up calling conventions for pretty.c functions | Jeff King | 2011-05-26 | 1 | -52/+47 |
| * | | pretty: add pp_commit_easy function for simple callers | Jeff King | 2011-05-26 | 1 | -0/+7 |