Age | Commit message (Expand) | Author | Files | Lines |
2016-09-29 | pretty: avoid adding reset for %C(auto) if output is empty | René Scharfe | 1 | -1/+1 |
2016-09-19 | pretty: let %C(auto) reset all attributes | René Scharfe | 1 | -1/+1 |
2016-05-27 | format_commit_message: honor `color=auto` for `%C(auto)` | Edward Thomson | 1 | -7/+19 |
2015-03-20 | t: use verbose instead of hand-rolled errors | Jeff King | 1 | -4/+1 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-07-15 | tests: do not pass iso8859-1 encoded parameter | Pat Thoyts | 1 | -2/+2 |
2014-07-09 | Merge branch 'jk/pretty-G-format-fixes' | Junio C Hamano | 1 | -0/+6 |
2014-06-25 | move "%G" format test from t7510 to t6006 | Jeff King | 1 | -0/+6 |
2014-05-21 | pretty.c: format string with truncate respects logOutputEncoding | Alexey Shumkin | 1 | -3/+3 |
2014-05-21 | t4205, t6006: add tests that fail with i18n.logOutputEncoding set | Alexey Shumkin | 1 | -2/+73 |
2014-05-21 | t4041, t4205, t6006, t7102: don't hardcode tested encoding value | Alexey Shumkin | 1 | -16/+19 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -6/+3 |
2013-07-05 | t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commit... | Alexey Shumkin | 1 | -13/+28 |
2013-07-05 | t4205, t6006, t7102: make functions better readable | Alexey Shumkin | 1 | -20/+8 |
2013-07-05 | t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 | Alexey Shumkin | 1 | -7/+7 |
2013-06-26 | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 1 | -4/+4 |
2013-06-26 | pretty: Add failing tests: --format output should honor logOutputEncoding | Alexey Shumkin | 1 | -24/+59 |
2013-06-26 | t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 1 | -63/+77 |
2013-04-18 | pretty: two phase conversion for non utf-8 commits | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2012-12-17 | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 1 | -0/+55 |
2012-12-17 | t6006: clean up whitespace | Junio C Hamano | 1 | -4/+4 |
2012-05-25 | Merge branch 'jk/ident-split-fix' | Junio C Hamano | 1 | -0/+7 |
2012-05-22 | fix off-by-one error in split_ident_line | Jeff King | 1 | -0/+7 |
2012-04-11 | tests: modernise style: more uses of test_line_count | Stefano Lattarini | 1 | -6/+7 |
2011-12-16 | pretty: give placeholders to reflog identity | Jeff King | 1 | -0/+6 |
2010-10-13 | rev-list: handle %x00 NUL in user format | Jeff King | 1 | -0/+8 |
2010-06-16 | pretty: Introduce ' ' modifier to add space if non-empty | Michael J Gruber | 1 | -0/+10 |
2010-05-21 | Merge branch 'jn/shortlog' | Junio C Hamano | 1 | -0/+31 |
2010-05-08 | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 1 | -0/+9 |
2010-05-04 | pretty: Respect --abbrev option | Will Palmer | 1 | -0/+31 |
2010-04-17 | t6006: do not write to /tmp | Matthew Ogilvie | 1 | -1/+1 |
2010-04-05 | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 1 | -0/+9 |
2010-03-21 | rev-list: fix --pretty=oneline with empty message | Erik Faye-Lund | 1 | -0/+9 |
2010-01-14 | strbuf_expand: convert "%%" to "%" | Jeff King | 1 | -0/+7 |
2009-11-30 | Merge branch 'jc/pretty-lf' | Junio C Hamano | 1 | -0/+22 |
2009-10-19 | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 1 | -0/+18 |
2009-10-04 | Pretty-format: %[+-]x to tweak inter-item newlines | Junio C Hamano | 1 | -0/+22 |
2009-01-17 | expand --pretty=format color options | Jeff King | 1 | -1/+8 |
2008-09-03 | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 1 | -3/+3 |
2008-08-29 | pretty=format: respect date format options | Jeff King | 1 | -0/+6 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -1/+1 |
2008-01-06 | custom pretty format: tolerate empty e-mail address | Junio C Hamano | 1 | -0/+10 |
2007-09-26 | Don't use "<unknown>" for placeholders and suppress printing of empty user fo... | Michal Vitecek | 1 | -8/+0 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -5/+5 |
2007-03-28 | t/t6006: add tests for a slightly more complex commit messages | Jeff King | 1 | -0/+42 |
2007-03-28 | Fix "--pretty=format:" for parent related items. | Junio C Hamano | 1 | -4/+4 |
2007-03-27 | Add some basic tests of rev-list --pretty=format | Jeff King | 1 | -0/+108 |