summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
AgeCommit message (Expand)Author
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-02-13t6300-for-each-ref: fix "more than one quoting style" testsSZEDER Gábor
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano
2017-11-08for-each-ref: test :remotename and :remoterefJohannes Schindelin
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano
2017-10-17tag: respect color.ui configJeff King
2017-10-11Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano
2017-10-07Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano
2017-10-05ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau
2017-10-04provide --color option for all ref-filter usersJeff King
2017-10-04test-terminal: set TERM=vt100Jeff King
2017-10-02ref-filter.c: parse trailers arguments with %(contents) atomTaylor Blau
2017-10-02ref-filter.c: use trailer_opts to format trailersTaylor Blau
2017-10-02t6300: refactor %(trailers) testsTaylor Blau
2017-07-13ref-filter: consult want_color() before emitting colorsJeff King
2017-07-13t: use test_decode_color rather than literal ANSI codesJeff King
2017-03-10Merge branch 'jk/t6300-cleanup'Junio C Hamano
2017-02-27t6300: avoid creating refs/heads/HEADJeff King
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak
2017-01-10ref-filter: introduce refname_atom_parser()Karthik Nayak
2017-01-10ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller
2016-11-18for-each-ref: do not segv with %(HEAD) on an unborn branchJunio C Hamano
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2016-01-25t6300: use test_atom for some un-modern testsJeff King
2015-10-05Merge branch 'jk/date-local'Junio C Hamano
2015-09-03t6300: add tests for "-local" date formatsJohn Keeping
2015-09-03t6300: make UTC and local dates differentJohn Keeping
2015-09-03t6300: add test for "raw" date formatJohn Keeping
2015-09-03t6300: introduce test_date() helperJohn Keeping
2015-07-21strbuf: make strbuf_addftime more robustJeff King
2015-06-29introduce "format" date-modeJeff King
2015-05-22for-each-ref: accept "%(push)" formatJeff King
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueRaphael Kubo da Costa
2013-12-06Merge branch 'rr/for-each-ref-decoration'Junio C Hamano
2013-11-19for-each-ref: avoid color leakageRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra
2013-11-18t6300 (for-each-ref): don't hardcode SHA-1 hexesRamkumar Ramachandra
2013-11-18t6300 (for-each-ref): clearly demarcate setupRamkumar Ramachandra