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