Age | Commit message (Expand) | Author | Files | Lines |
2009-01-06 | shortlog: handle multi-line subjects like log --pretty=oneline et. al. do | René Scharfe | 1 | -2/+2 |
2008-12-27 | pretty: support multiline subjects with format: | René Scharfe | 1 | -19/+34 |
2008-12-27 | pretty: factor out format_subject() | René Scharfe | 1 | -18/+24 |
2008-12-27 | pretty: factor out skip_empty_lines() | René Scharfe | 1 | -9/+15 |
2008-10-21 | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 1 | -6/+15 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-09-04 | add '%d' pretty format specifier to show decoration | René Scharfe | 1 | -0/+21 |
2008-08-29 | pretty=format: respect date format options | Jeff King | 1 | -6/+11 |
2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -2/+2 |
2008-07-11 | Add pretty format %aN which gives the author name, respecting .mailmap | Johannes Schindelin | 1 | -2/+25 |
2008-05-25 | log --pretty: do not accept bogus "--prettyshort" | Junio C Hamano | 1 | -2/+0 |
2008-04-10 | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 1 | -24/+33 |
2008-03-23 | pretty.c: add %x00 format specifier. | Govind Salinas | 1 | -0/+11 |
2008-03-15 | Merge branch 'maint' | Junio C Hamano | 1 | -13/+11 |
2008-03-15 | format-patch: generate MIME header as needed even when there is format.header | Junio C Hamano | 1 | -13/+11 |
2008-02-27 | Merge branch 'jm/free' | Junio C Hamano | 1 | -2/+1 |
2008-02-27 | Merge branch 'db/cover-letter' | Junio C Hamano | 1 | -16/+16 |
2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -2/+1 |
2008-02-19 | Export some email and pretty-printing functions | Daniel Barkalow | 1 | -17/+17 |
2008-02-09 | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 1 | -95/+73 |
2008-01-06 | custom pretty format: tolerate empty e-mail address | Junio C Hamano | 1 | -4/+12 |
2007-12-26 | Make "--pretty=format" parser a bit more careful. | René Scharfe | 1 | -1/+3 |
2007-11-11 | --format=pretty: avoid calculating expensive expansions twice | René Scharfe | 1 | -0/+32 |
2007-11-11 | --pretty=format: parse commit message only once | René Scharfe | 1 | -42/+82 |
2007-11-09 | --pretty=format: on-demand format expansion | René Scharfe | 1 | -123/+153 |
2007-11-05 | Split off the pretty print stuff into its own file | Johannes Schindelin | 1 | -0/+723 |