aboutsummaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
Commit message (Expand)AuthorAge
* Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-15
|\
| * for-each-ref: test :remotename and :remoterefJohannes Schindelin2017-11-08
* | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-18
|\ \
| * | tag: respect color.ui configJeff King2017-10-17
* | | Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-11
|\ \ \
| * | | ref-filter.c: parse trailers arguments with %(contents) atomTaylor Blau2017-10-02
| * | | ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-02
| * | | t6300: refactor %(trailers) testsTaylor Blau2017-10-02
| | |/ | |/|
* | | Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano2017-10-07
|\ \ \ | |_|/ |/| |
| * | ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau2017-10-05
| |/
* | provide --color option for all ref-filter usersJeff King2017-10-04
* | test-terminal: set TERM=vt100Jeff King2017-10-04
|/
* ref-filter: consult want_color() before emitting colorsJeff King2017-07-13
* t: use test_decode_color rather than literal ANSI codesJeff King2017-07-13
* Merge branch 'jk/t6300-cleanup'Junio C Hamano2017-03-10
|\
| * t6300: avoid creating refs/heads/HEADJeff King2017-02-27
* | ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-07
* | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-31
* | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-31
* | ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-10
* | ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-10
* | ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-10
* | ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-10
* | ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak2017-01-10
* | ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-10
* | ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-10
* | ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-10
* | Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-19
|\ \ | |/ |/|
| * ref-filter: add support to display trailers as part of contentsJacob Keller2016-12-11
* | for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano2016-11-18
|/
* tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
* t6300: use test_atom for some un-modern testsJeff King2016-01-25
* Merge branch 'jk/date-local'Junio C Hamano2015-10-05
|\
| * t6300: add tests for "-local" date formatsJohn Keeping2015-09-03
| * t6300: make UTC and local dates differentJohn Keeping2015-09-03
| * t6300: add test for "raw" date formatJohn Keeping2015-09-03
| * t6300: introduce test_date() helperJohn Keeping2015-09-03
* | strbuf: make strbuf_addftime more robustJeff King2015-07-20
|/
* introduce "format" date-modeJeff King2015-06-29
* for-each-ref: accept "%(push)" formatJeff King2015-05-22
* for-each-ref: always check stat_tracking_info()'s return valueRaphael Kubo da Costa2015-01-12
* Merge branch 'rr/for-each-ref-decoration'Junio C Hamano2013-12-06
|\
| * for-each-ref: avoid color leakageRamkumar Ramachandra2013-11-19
| * for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra2013-11-19
| * for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra2013-11-19
| * for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra2013-11-18
| * t6300 (for-each-ref): don't hardcode SHA-1 hexesRamkumar Ramachandra2013-11-18
| * t6300 (for-each-ref): clearly demarcate setupRamkumar Ramachandra2013-11-18
* | for-each-ref: avoid loading objects to print %(objectname)Jeff King2013-10-30
|/
* for-each-ref: Fix sort with multiple keysKacper Kornet2012-08-21