| Commit message (Expand) | Author | Age | Files | Lines |
* | t: drop "verbose" helper function | Jeff King | 2023-05-08 | 1 | -1/+1 |
* | rev-list: add option for --pretty=format without header | brian m. carlson | 2021-07-12 | 1 | -2/+78 |
* | t6[0-3]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-20 | 1 | -8/+8 |
* | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-20 | 1 | -0/+3 |
* | t6006, t6012: adjust tests to use 'setup' instead of synonyms | Elijah Newren | 2020-10-18 | 1 | -1/+1 |
* | t: remove test_oid_init in tests | brian m. carlson | 2020-07-30 | 1 | -1/+0 |
* | t6006: make hash size independent | brian m. carlson | 2020-02-07 | 1 | -1/+3 |
* | pretty: add "%aL" etc. to show local-part of email addresses | Prarit Bhargava | 2019-10-30 | 1 | -2/+6 |
* | t6006: use test-lib.sh definitions | Prarit Bhargava | 2019-10-25 | 1 | -10/+10 |
* | t6006: simplify, fix, and optimize empty message test | Elijah Newren | 2019-09-05 | 1 | -3/+2 |
* | log: add %S option (like --source) to log --format | Issac Trotts | 2019-01-11 | 1 | -0/+4 |
* | t: switch $_x40 to $OID_REGEX | brian m. carlson | 2018-05-14 | 1 | -2/+2 |
* | Revert "t6006: drop "always" color config tests" | Jeff King | 2017-10-17 | 1 | -5/+15 |
* | t6006: drop "always" color config tests | Jeff King | 2017-10-04 | 1 | -15/+5 |
* | test-terminal: set TERM=vt100 | Jeff King | 2017-10-04 | 1 | -2/+1 |
* | pretty: respect color settings for %C placeholders | Jeff King | 2017-07-13 | 1 | -34/+50 |
* | rev-list: pass diffopt->use_colors through to pretty-print | Jeff King | 2017-07-13 | 1 | -0/+11 |
* | t: use test_decode_color rather than literal ANSI codes | Jeff King | 2017-07-13 | 1 | -16/+26 |
* | pretty: avoid adding reset for %C(auto) if output is empty | René Scharfe | 2016-09-30 | 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)` | 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 t6006 | Jeff King | 2014-06-26 | 1 | -0/+6 |
* | | pretty.c: format string with truncate respects logOutputEncoding | 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 settings | 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-19 | 1 | -6/+6 |
* | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 2012-12-18 | 1 | -0/+55 |
* | t6006: clean up whitespace | Junio C Hamano | 2012-12-18 | 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 identity | Jeff King | 2011-12-16 | 1 | -0/+6 |
* | rev-list: handle %x00 NUL in user format | Jeff King | 2010-10-14 | 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-05 | 1 | -0/+31 |
* | | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 2010-05-09 | 1 | -0/+9 |
|\ \ |
|
| * | | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 2010-04-06 | 1 | -0/+9 |
* | | | t6006: do not write to /tmp | Matthew Ogilvie | 2010-04-17 | 1 | -1/+1 |
| |/
|/| |
|