Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | Merge branch 'dl/pretty-reference' | Junio C Hamano | 1 | -0/+79 |
2019-11-20 | pretty: implement 'reference' format | Denton Liu | 1 | -0/+43 |
2019-11-20 | pretty: provide short date format | René Scharfe | 1 | -0/+6 |
2019-11-20 | t4205: cover `git log --reflog -z` blindspot | Denton Liu | 1 | -0/+30 |
2019-11-10 | Fix spelling errors in names of tests | Elijah Newren | 1 | -1/+1 |
2019-03-07 | Merge branch 'aw/pretty-trailers' | Junio C Hamano | 1 | -0/+117 |
2019-01-29 | pretty: add support for separator option in %(trailers) | Anders Waldenborg | 1 | -0/+36 |
2019-01-29 | pretty: add support for "valueonly" option in %(trailers) | Anders Waldenborg | 1 | -0/+6 |
2019-01-29 | pretty: allow showing specific trailers | Anders Waldenborg | 1 | -0/+57 |
2019-01-29 | pretty: allow %(trailers) options with explicit value | Anders Waldenborg | 1 | -0/+18 |
2019-01-11 | log: add %S option (like --source) to log --format | Issac Trotts | 1 | -0/+50 |
2018-08-23 | pretty, ref-filter: format %(trailers) with no_divider option | Jeff King | 1 | -0/+23 |
2018-05-21 | t4205: sort log output in a hash-independent way | brian m. carlson | 1 | -4/+4 |
2017-10-02 | t4205: unfold across multiple lines | Taylor Blau | 1 | -1/+1 |
2017-10-02 | pretty.c: delimit "%(trailers)" arguments with "," | Taylor Blau | 1 | -2/+2 |
2017-08-15 | pretty: support normalization options for %(trailers) | Jeff King | 1 | -0/+33 |
2017-08-15 | t4205: refactor %(trailers) tests | Jeff King | 1 | -8/+12 |
2017-05-11 | tests: fix tests broken under GETTEXT_POISON=YesPlease | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2016-12-11 | pretty: add %(trailers) format for displaying trailers of a commit message | Jacob Keller | 1 | -0/+26 |
2016-07-27 | t4205: indent here documents | Jeff King | 1 | -196/+196 |
2016-07-27 | t4205: drop top-level &&-chaining | Jeff King | 1 | -2/+4 |
2016-06-16 | pretty.c: support <direction>|(<negative number>) forms | Nguyễn Thái Ngọc Duy | 1 | -0/+33 |
2016-06-16 | pretty: pass graph width to pretty formatting for use in '%>|(N)' | Josef Kufner | 1 | -0/+24 |
2014-09-29 | Merge branch 'hj/pretty-naked-decoration' | Junio C Hamano | 1 | -0/+11 |
2014-09-19 | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 1 | -0/+8 |
2014-09-18 | pretty: add %D format specifier | Harry Jeffery | 1 | -0/+11 |
2014-09-09 | Merge branch 'nd/strbuf-utf8-replace' | Junio C Hamano | 1 | -0/+7 |
2014-08-29 | pretty: provide a strict ISO 8601 date format | Beat Bolli | 1 | -0/+8 |
2014-08-11 | utf8.c: fix strbuf_utf8_replace() consuming data beyond input string | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2014-07-15 | tests: do not pass iso8859-1 encoded parameter | Pat Thoyts | 1 | -1/+1 |
2014-05-21 | pretty.c: format string with truncate respects logOutputEncoding | Alexey Shumkin | 1 | -4/+4 |
2014-05-21 | t4205, t6006: add tests that fail with i18n.logOutputEncoding set | Alexey Shumkin | 1 | -0/+140 |
2014-05-21 | t4205 (log-pretty-format): use `tformat` rather than `format` | Alexey Shumkin | 1 | -39/+13 |
2014-05-21 | t4041, t4205, t6006, t7102: don't hardcode tested encoding value | Alexey Shumkin | 1 | -4/+7 |
2014-05-19 | t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 1 | -3/+11 |
2013-12-20 | log: properly handle decorations with chained tags | brian m. carlson | 1 | -0/+15 |
2013-07-05 | t4205 (log-pretty-formats): avoid using `sed` | Alexey Shumkin | 1 | -16/+10 |
2013-07-05 | t4205, t6006, t7102: make functions better readable | Alexey Shumkin | 1 | -1/+2 |
2013-07-05 | t4205 (log-pretty-formats): revert back single quotes | Alexey Shumkin | 1 | -53/+53 |
2013-07-05 | t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 | Alexey Shumkin | 1 | -4/+4 |
2013-07-01 | t4205: replace .\+ with ..* in sed commands | Brian Gernhardt | 1 | -2/+2 |
2013-06-26 | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 1 | -17/+17 |
2013-06-26 | pretty: Add failing tests: --format output should honor logOutputEncoding | Alexey Shumkin | 1 | -56/+93 |
2013-06-26 | t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 1 | -22/+26 |
2013-04-18 | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 1 | -0/+14 |
2013-04-18 | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 1 | -0/+39 |
2013-04-18 | pretty: support padding placeholders, %< %> and %>< | Nguyễn Thái Ngọc Duy | 1 | -0/+122 |
2012-10-17 | Fix "git diff --stat" for interesting - but empty - file changes | Linus Torvalds | 1 | -2/+2 |
2012-08-27 | Fix tests under GETTEXT_POISON on diffstat | Jiang Xin | 1 | -2/+2 |
2012-05-01 | log-tree: the previous one is still not quite right | Junio C Hamano | 1 | -0/+16 |