Age | Commit message (Expand) | Author | Files | Lines |
2020-02-07 | t6006: make hash size independent | brian m. carlson | 1 | -1/+3 |
2019-10-30 | pretty: add "%aL" etc. to show local-part of email addresses | Prarit Bhargava | 1 | -2/+6 |
2019-10-25 | t6006: use test-lib.sh definitions | Prarit Bhargava | 1 | -10/+10 |
2019-09-05 | t6006: simplify, fix, and optimize empty message test | Elijah Newren | 1 | -3/+2 |
2019-01-11 | log: add %S option (like --source) to log --format | Issac Trotts | 1 | -0/+4 |
2018-05-14 | t: switch $_x40 to $OID_REGEX | brian m. carlson | 1 | -2/+2 |
2017-10-17 | Revert "t6006: drop "always" color config tests" | Jeff King | 1 | -5/+15 |
2017-10-04 | t6006: drop "always" color config tests | Jeff King | 1 | -15/+5 |
2017-10-04 | test-terminal: set TERM=vt100 | Jeff King | 1 | -2/+1 |
2017-07-13 | pretty: respect color settings for %C placeholders | Jeff King | 1 | -34/+50 |
2017-07-13 | rev-list: pass diffopt->use_colors through to pretty-print | Jeff King | 1 | -0/+11 |
2017-07-13 | t: use test_decode_color rather than literal ANSI codes | Jeff King | 1 | -16/+26 |
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 |