summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/trailer-fixes'Junio C Hamano2018-09-171-0/+23
|\
| * pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+23
* | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* | Merge branch 'jk/for-each-ref-icase'Junio C Hamano2018-07-241-0/+11
|\ \ | |/ |/|
| * ref-filter: avoid backend filtering with --ignore-caseJeff King2018-07-031-1/+1
| * t6300: add a test for --ignore-caseJeff King2018-07-031-0/+11
* | t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-1/+1
|/
* t6300-for-each-ref: fix "more than one quoting style" testssg/t6300-modernizeSZEDER Gábor2018-02-131-5/+2
* Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-151-0/+32
|\
| * for-each-ref: test :remotename and :remoterefjs/for-each-ref-remote-name-and-refJohannes Schindelin2017-11-081-0/+32
* | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-0/+5
|\ \
| * | tag: respect color.ui configjk/ref-filter-colors-fixJeff King2017-10-171-0/+5
* | | Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-111-2/+88
|\ \ \
| * | | ref-filter.c: parse trailers arguments with %(contents) atomtb/show-trailers-in-ref-filterTaylor Blau2017-10-021-0/+38
| * | | ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-021-0/+41
| * | | t6300: refactor %(trailers) testsTaylor Blau2017-10-021-2/+9
| | |/ | |/|
* | | Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano2017-10-071-0/+1
|\ \ \ | |_|/ |/| |
| * | ref-filter.c: pass empty-string as NULL to atom parserstb/ref-filter-empty-modifierTaylor Blau2017-10-051-0/+1
| |/
* | provide --color option for all ref-filter usersJeff King2017-10-041-2/+2
* | test-terminal: set TERM=vt100Jeff King2017-10-041-2/+1
|/
* ref-filter: consult want_color() before emitting colorsjk/ref-filter-colorsJeff King2017-07-131-11/+26
* t: use test_decode_color rather than literal ANSI codesJeff King2017-07-131-10/+8
* Merge branch 'jk/t6300-cleanup'Junio C Hamano2017-03-101-1/+1
|\
| * t6300: avoid creating refs/heads/HEADjk/t6300-cleanupJeff King2017-02-271-1/+1
* | ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-071-0/+12
* | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-311-0/+19
* | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-311-6/+6
* | ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-101-4/+0
* | ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-101-11/+11
* | ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-101-0/+2
* | ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-101-0/+9
* | ref-filter: make "%(symref)" atom work with the ':short' modifierKarthik Nayak2017-01-101-0/+24
* | ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-101-0/+2
* | ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-101-1/+1
* | ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-101-0/+10
* | Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-191-0/+25
|\ \ | |/ |/|
| * ref-filter: add support to display trailers as part of contentsjk/trailers-placeholder-in-prettyJacob Keller2016-12-111-0/+26
* | for-each-ref: do not segv with %(HEAD) on an unborn branchjc/for-each-ref-head-segfault-fixJunio C Hamano2016-11-181-0/+10
|/
* tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regressionJeff King2016-01-261-0/+12
* t6300: use test_atom for some un-modern testsJeff King2016-01-251-52/+10
* Merge branch 'jk/date-local'Junio C Hamano2015-10-051-67/+95
|\
| * t6300: add tests for "-local" date formatsjk/date-localJohn Keeping2015-09-031-0/+36
| * t6300: make UTC and local dates differentJohn Keeping2015-09-031-35/+35
| * t6300: add test for "raw" date formatJohn Keeping2015-09-031-0/+4
| * t6300: introduce test_date() helperJohn Keeping2015-09-031-52/+40
* | strbuf: make strbuf_addftime more robustjk/date-mode-formatJeff King2015-07-201-0/+10
|/
* introduce "format" date-modeJeff King2015-06-291-0/+8
* for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-221-1/+12
* for-each-ref: always check stat_tracking_info()'s return valuerc/for-each-ref-trackingRaphael Kubo da Costa2015-01-121-0/+13
* Merge branch 'rr/for-each-ref-decoration'Junio C Hamano2013-12-061-13/+56
|\