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