| Commit message (Expand) | Author | Age | Files | Lines |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -18/+18 |
* | pretty: trivial style fix | Felipe Contreras | 2013-10-31 | 1 | -1/+1 |
* | format-patch: print in-body "From" only when neededjk/format-patch-from | Jeff King | 2013-09-20 | 1 | -1/+1 |
* | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 | 1 | -0/+38 |
* | pretty.c: drop const-ness from pretty_print_context | Jeff King | 2013-07-03 | 1 | -5/+5 |
* | Merge branch 'rs/pp-user-info-without-extra-allocation' | Junio C Hamano | 2013-05-01 | 1 | -35/+14 |
|\ |
|
| * | pretty: remove intermediate strbufs from pp_user_info() | René Scharfe | 2013-04-25 | 1 | -20/+9 |
| * | pretty: simplify output line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | 1 | -4/+3 |
| * | pretty: simplify input line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | 1 | -11/+2 |
* | | Merge branch 'nd/pretty-formats' | Junio C Hamano | 2013-04-23 | 1 | -62/+296 |
|\ \ |
|
| * | | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -0/+34 |
| * | | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -3/+48 |
| * | | pretty: support padding placeholders, %< %> and %>< | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -1/+116 |
| * | | pretty: add %C(auto) for auto-coloring | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -3/+23 |
| * | | pretty: split color parsing into a separate function | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -32/+39 |
| * | | pretty: two phase conversion for non utf-8 commits | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -2/+22 |
| * | | pretty: share code between format_decoration and show_decorations | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -18/+2 |
| * | | pretty: get the correct encoding for --pretty:format=%e | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -6/+7 |
| * | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -4/+12 |
* | | | Merge branch 'jk/chopped-ident' | Junio C Hamano | 2013-04-22 | 1 | -21/+24 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | pretty: handle broken commit headers gracefully | René Scharfe | 2013-04-17 | 1 | -21/+24 |
| * | Merge branch 'mg/gpg-interface-using-status' into maint | Junio C Hamano | 2013-04-03 | 1 | -4/+15 |
| |\ |
|
| * \ | Merge branch 'ks/rfc2047-one-char-at-a-time' into maint | Junio C Hamano | 2013-04-03 | 1 | -12/+22 |
| |\ \ |
|
* | | | | pretty printing: extend %G? to include 'N' and 'U' | Sebastian Götte | 2013-03-31 | 1 | -0/+2 |
* | | | | Move commit GPG signature verification to commit.c | Sebastian Götte | 2013-03-31 | 1 | -78/+13 |
* | | | | 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 |