summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
AgeCommit message (Expand)AuthorFilesLines
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Libravatar Jeff King1-0/+12
2016-01-25t6300: use test_atom for some un-modern testsLibravatar Jeff King1-52/+10
2015-10-05Merge branch 'jk/date-local'Libravatar Junio C Hamano1-67/+95
2015-09-03t6300: add tests for "-local" date formatsLibravatar John Keeping1-0/+36
2015-09-03t6300: make UTC and local dates differentLibravatar John Keeping1-35/+35
2015-09-03t6300: add test for "raw" date formatLibravatar John Keeping1-0/+4
2015-09-03t6300: introduce test_date() helperLibravatar John Keeping1-52/+40
2015-07-20strbuf: make strbuf_addftime more robustLibravatar Jeff King1-0/+10
2015-06-29introduce "format" date-modeLibravatar Jeff King1-0/+8
2015-05-22for-each-ref: accept "%(push)" formatLibravatar Jeff King1-1/+12
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueLibravatar Raphael Kubo da Costa1-0/+13
2013-12-06Merge branch 'rr/for-each-ref-decoration'Libravatar Junio C Hamano1-13/+56
2013-11-19for-each-ref: avoid color leakageLibravatar Ramkumar Ramachandra1-1/+1
2013-11-19for-each-ref: introduce %(color:...) for colorLibravatar Ramkumar Ramachandra1-0/+17
2013-11-19for-each-ref: introduce %(upstream:track[short])Libravatar Ramkumar Ramachandra1-0/+27
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerLibravatar Ramkumar Ramachandra1-0/+2
2013-11-18t6300 (for-each-ref): don't hardcode SHA-1 hexesLibravatar Ramkumar Ramachandra1-8/+8
2013-11-18t6300 (for-each-ref): clearly demarcate setupLibravatar Ramkumar Ramachandra1-5/+2
2013-10-30for-each-ref: avoid loading objects to print %(objectname)Libravatar Jeff King1-0/+4
2012-08-21for-each-ref: Fix sort with multiple keysLibravatar Kacper Kornet1-1/+1
2012-08-21t6300: test sort with multiple keysLibravatar Kacper Kornet1-0/+10
2011-09-08for-each-ref: add split message parts to %(contents:*).Libravatar Michał Górny1-2/+58
2011-09-08for-each-ref: handle multiline subjects like --prettyLibravatar Jeff King1-0/+21
2011-09-08t6300: add more body-parsing testsLibravatar Jeff King1-0/+20
2010-05-18for-each-ref: Field with abbreviated objectnameLibravatar Michael J Gruber1-0/+9
2009-04-13for-each-ref: utilize core.warnAmbiguousRefs for :short-formatLibravatar Bert Wesarg1-3/+15
2009-04-07for-each-ref: add "upstream" format fieldLibravatar Jeff King1-0/+22
2008-09-05for-each-ref: `:short` format for `refname`Libravatar Bert Wesarg1-0/+44
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Libravatar Nanako Shiraishi1-14/+14
2008-08-20for-each-ref: cope with tags with incomplete linesLibravatar Junio C Hamano1-0/+10
2008-06-26improve for-each-ref test scriptLibravatar Jeff King1-17/+70
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-12/+12
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-4/+4
2007-12-06for-each-ref: Fix quoting style constants.Libravatar Johannes Sixt1-0/+39
2007-11-10for-each-ref: fix setup of option-parsing for --sortLibravatar Lars Hjemli1-0/+22
2007-10-29Make builtin-for-each-ref.c use parse-opts.Libravatar Pierre Habouzit1-0/+0
2007-10-03Add a test script for for-each-ref, including test of date formattingLibravatar Andy Parkins1-0/+151