Age | Commit message (Expand) | Author | Files | Lines |
2014-06-23 | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 1 | -2/+1 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -2/+1 |
2014-06-17 | pretty: avoid reading past end-of-string with "%G" | Jeff King | 1 | -0/+2 |
2014-06-16 | Merge branch 'as/pretty-truncate' | Junio C Hamano | 1 | -1/+6 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -2/+2 |
2014-06-13 | convert logmsg_reencode to get_commit_buffer | Jeff King | 1 | -29/+11 |
2014-06-12 | logmsg_reencode: return const buffer | Jeff King | 1 | -7/+7 |
2014-05-21 | pretty.c: format string with truncate respects logOutputEncoding | Alexey Shumkin | 1 | -1/+6 |
2014-05-02 | pretty: make show_ident_date public | Jeff King | 1 | -2/+2 |
2014-03-18 | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 1 | -3/+9 |
2014-03-18 | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 1 | -3/+2 |
2014-03-14 | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 1 | -3/+9 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -3/+2 |
2014-03-07 | show_ident_date: fix tz range check | Jeff King | 1 | -2/+2 |
2014-02-24 | log: handle integer overflow in timestamps | Jeff King | 1 | -2/+8 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -18/+18 |
2013-10-31 | pretty: trivial style fix | Felipe Contreras | 1 | -1/+1 |
2013-09-20 | format-patch: print in-body "From" only when needed | Jeff King | 1 | -1/+1 |
2013-07-03 | teach format-patch to place other authors into in-body "From" | Jeff King | 1 | -0/+38 |
2013-07-03 | pretty.c: drop const-ness from pretty_print_context | Jeff King | 1 | -5/+5 |
2013-05-01 | Merge branch 'rs/pp-user-info-without-extra-allocation' | Junio C Hamano | 1 | -35/+14 |
2013-04-25 | pretty: remove intermediate strbufs from pp_user_info() | René Scharfe | 1 | -20/+9 |
2013-04-25 | pretty: simplify output line length calculation in pp_user_info() | René Scharfe | 1 | -4/+3 |
2013-04-25 | pretty: simplify input line length calculation in pp_user_info() | René Scharfe | 1 | -11/+2 |
2013-04-23 | Merge branch 'nd/pretty-formats' | Junio C Hamano | 1 | -62/+296 |
2013-04-22 | Merge branch 'jk/chopped-ident' | Junio C Hamano | 1 | -21/+24 |
2013-04-18 | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 1 | -0/+34 |
2013-04-18 | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 1 | -3/+48 |
2013-04-18 | pretty: support padding placeholders, %< %> and %>< | Nguyễn Thái Ngọc Duy | 1 | -1/+116 |
2013-04-18 | pretty: add %C(auto) for auto-coloring | Nguyễn Thái Ngọc Duy | 1 | -3/+23 |
2013-04-18 | pretty: split color parsing into a separate function | Nguyễn Thái Ngọc Duy | 1 | -32/+39 |
2013-04-18 | pretty: two phase conversion for non utf-8 commits | Nguyễn Thái Ngọc Duy | 1 | -2/+22 |
2013-04-18 | pretty: share code between format_decoration and show_decorations | Nguyễn Thái Ngọc Duy | 1 | -18/+2 |
2013-04-18 | pretty: get the correct encoding for --pretty:format=%e | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2013-04-18 | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 1 | -4/+12 |
2013-04-17 | pretty: handle broken commit headers gracefully | René Scharfe | 1 | -21/+24 |
2013-04-03 | Merge branch 'mg/gpg-interface-using-status' into maint | Junio C Hamano | 1 | -4/+15 |
2013-04-03 | Merge branch 'ks/rfc2047-one-char-at-a-time' into maint | Junio C Hamano | 1 | -12/+22 |
2013-03-31 | pretty printing: extend %G? to include 'N' and 'U' | Sebastian Götte | 1 | -0/+2 |
2013-03-31 | Move commit GPG signature verification to commit.c | Sebastian Götte | 1 | -78/+13 |
2013-03-25 | Merge branch 'ks/rfc2047-one-char-at-a-time' | Junio C Hamano | 1 | -12/+22 |
2013-03-21 | Merge branch 'mg/gpg-interface-using-status' | Junio C Hamano | 1 | -4/+15 |
2013-03-09 | format-patch: RFC 2047 says multi-octet character may not be split | Kirill Smelkov | 1 | -12/+22 |
2013-02-14 | pretty: make %GK output the signing key for signed commits | Michael J Gruber | 1 | -1/+8 |
2013-02-14 | pretty: parse the gpg status lines rather than the output | Michael J Gruber | 1 | -5/+9 |
2013-02-14 | gpg_interface: allow to request status return | Michael J Gruber | 1 | -1/+1 |
2013-01-26 | logmsg_reencode: lazily load missing commit buffers | Jeff King | 1 | -8/+49 |
2013-01-26 | logmsg_reencode: never return NULL | Jeff King | 1 | -16/+22 |
2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -50/+64 |
2013-01-18 | Merge branch 'rs/pretty-use-prefixcmp' | Junio C Hamano | 1 | -4/+4 |