summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * for-each-ref: avoid color leakagerr/for-each-ref-decorationRamkumar Ramachandra2013-11-191-1/+1
| * for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra2013-11-191-0/+17
| * for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra2013-11-191-0/+27
| * for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra2013-11-181-0/+2
| * t6300 (for-each-ref): don't hardcode SHA-1 hexesRamkumar Ramachandra2013-11-181-8/+8
| * t6300 (for-each-ref): clearly demarcate setupRamkumar Ramachandra2013-11-181-5/+2
* | for-each-ref: avoid loading objects to print %(objectname)jk/for-each-ref-skip-parsingJeff King2013-10-301-0/+4
|/
* for-each-ref: Fix sort with multiple keysKacper Kornet2012-08-211-1/+1
* t6300: test sort with multiple keysKacper Kornet2012-08-211-0/+10
* for-each-ref: add split message parts to %(contents:*).Michał Górny2011-09-081-2/+58
* for-each-ref: handle multiline subjects like --prettyJeff King2011-09-081-0/+21
* t6300: add more body-parsing testsJeff King2011-09-081-0/+20
* for-each-ref: Field with abbreviated objectnameMichael J Gruber2010-05-181-0/+9
* for-each-ref: utilize core.warnAmbiguousRefs for :short-formatBert Wesarg2009-04-131-3/+15
* for-each-ref: add "upstream" format fieldJeff King2009-04-071-0/+22
* for-each-ref: `:short` format for `refname`Bert Wesarg2008-09-051-0/+44
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-14/+14
* for-each-ref: cope with tags with incomplete linesJunio C Hamano2008-08-201-0/+10
* improve for-each-ref test scriptJeff King2008-06-261-17/+70
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-12/+12
* Sane use of test_expect_failureJunio C Hamano2008-02-011-4/+4
* for-each-ref: Fix quoting style constants.Johannes Sixt2007-12-061-0/+39
* for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-101-0/+22
* Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-291-0/+0
* Add a test script for for-each-ref, including test of date formattingAndy Parkins2007-10-031-0/+151