Age | Commit message (Expand) | Author | Files | Lines |
2018-02-13 | t6300-for-each-ref: fix "more than one quoting style" tests | SZEDER Gábor | 1 | -5/+2 |
2017-11-15 | Merge branch 'js/for-each-ref-remote-name-and-ref' | Junio C Hamano | 1 | -0/+32 |
2017-11-08 | for-each-ref: test :remotename and :remoteref | Johannes Schindelin | 1 | -0/+32 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -0/+5 |
2017-10-17 | tag: respect color.ui config | Jeff King | 1 | -0/+5 |
2017-10-11 | Merge branch 'tb/show-trailers-in-ref-filter' | Junio C Hamano | 1 | -2/+88 |
2017-10-07 | Merge branch 'tb/ref-filter-empty-modifier' | Junio C Hamano | 1 | -0/+1 |
2017-10-05 | ref-filter.c: pass empty-string as NULL to atom parsers | Taylor Blau | 1 | -0/+1 |
2017-10-04 | provide --color option for all ref-filter users | Jeff King | 1 | -2/+2 |
2017-10-04 | test-terminal: set TERM=vt100 | Jeff King | 1 | -2/+1 |
2017-10-02 | ref-filter.c: parse trailers arguments with %(contents) atom | Taylor Blau | 1 | -0/+38 |
2017-10-02 | ref-filter.c: use trailer_opts to format trailers | Taylor Blau | 1 | -0/+41 |
2017-10-02 | t6300: refactor %(trailers) tests | Taylor Blau | 1 | -2/+9 |
2017-07-13 | ref-filter: consult want_color() before emitting colors | Jeff King | 1 | -11/+26 |
2017-07-13 | t: use test_decode_color rather than literal ANSI codes | Jeff King | 1 | -10/+8 |
2017-03-10 | Merge branch 'jk/t6300-cleanup' | Junio C Hamano | 1 | -1/+1 |
2017-02-27 | t6300: avoid creating refs/heads/HEAD | Jeff King | 1 | -1/+1 |
2017-02-07 | ref-filter: resurrect "strip" as a synonym to "lstrip" | Junio C Hamano | 1 | -0/+12 |
2017-01-31 | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames | Karthik Nayak | 1 | -0/+19 |
2017-01-31 | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>' | Karthik Nayak | 1 | -6/+6 |
2017-01-10 | ref-filter: Do not abruptly die when using the 'lstrip=<N>' option | Karthik Nayak | 1 | -4/+0 |
2017-01-10 | ref-filter: rename the 'strip' option to 'lstrip' | Karthik Nayak | 1 | -11/+11 |
2017-01-10 | ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal() | Karthik Nayak | 1 | -0/+2 |
2017-01-10 | ref-filter: introduce refname_atom_parser() | Karthik Nayak | 1 | -0/+9 |
2017-01-10 | ref-filter: make "%(symref)" atom work with the ':short' modifier | Karthik Nayak | 1 | -0/+24 |
2017-01-10 | ref-filter: add support for %(upstream:track,nobracket) | Karthik Nayak | 1 | -0/+2 |
2017-01-10 | ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams | Karthik Nayak | 1 | -1/+1 |
2017-01-10 | ref-filter: modify "%(objectname:short)" to take length | Karthik Nayak | 1 | -0/+10 |
2016-12-19 | Merge branch 'jk/trailers-placeholder-in-pretty' | Junio C Hamano | 1 | -0/+25 |
2016-12-11 | ref-filter: add support to display trailers as part of contents | Jacob Keller | 1 | -0/+26 |
2016-11-18 | for-each-ref: do not segv with %(HEAD) on an unborn branch | Junio C Hamano | 1 | -0/+10 |
2016-01-26 | tag: do not show ambiguous tag names as "tags/foo" | Jeff King | 1 | -0/+12 |
2016-01-25 | t6300: use test_atom for some un-modern tests | Jeff King | 1 | -52/+10 |
2015-10-05 | Merge branch 'jk/date-local' | Junio C Hamano | 1 | -67/+95 |
2015-09-03 | t6300: add tests for "-local" date formats | John Keeping | 1 | -0/+36 |
2015-09-03 | t6300: make UTC and local dates different | John Keeping | 1 | -35/+35 |
2015-09-03 | t6300: add test for "raw" date format | John Keeping | 1 | -0/+4 |
2015-09-03 | t6300: introduce test_date() helper | John Keeping | 1 | -52/+40 |
2015-07-20 | strbuf: make strbuf_addftime more robust | Jeff King | 1 | -0/+10 |
2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+8 |
2015-05-22 | for-each-ref: accept "%(push)" format | Jeff King | 1 | -1/+12 |
2015-01-12 | for-each-ref: always check stat_tracking_info()'s return value | Raphael Kubo da Costa | 1 | -0/+13 |
2013-12-06 | Merge branch 'rr/for-each-ref-decoration' | Junio C Hamano | 1 | -13/+56 |
2013-11-19 | for-each-ref: avoid color leakage | Ramkumar Ramachandra | 1 | -1/+1 |
2013-11-19 | for-each-ref: introduce %(color:...) for color | Ramkumar Ramachandra | 1 | -0/+17 |
2013-11-19 | for-each-ref: introduce %(upstream:track[short]) | Ramkumar Ramachandra | 1 | -0/+27 |
2013-11-18 | for-each-ref: introduce %(HEAD) asterisk marker | Ramkumar Ramachandra | 1 | -0/+2 |
2013-11-18 | t6300 (for-each-ref): don't hardcode SHA-1 hexes | Ramkumar Ramachandra | 1 | -8/+8 |
2013-11-18 | t6300 (for-each-ref): clearly demarcate setup | Ramkumar Ramachandra | 1 | -5/+2 |
2013-10-30 | for-each-ref: avoid loading objects to print %(objectname) | Jeff King | 1 | -0/+4 |