summaryrefslogtreecommitdiff
path: root/t/t6300-for-each-ref.sh
AgeCommit message (Expand)Author
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
2013-10-30for-each-ref: avoid loading objects to print %(objectname)Jeff King
2012-08-21for-each-ref: Fix sort with multiple keysKacper Kornet
2012-08-21t6300: test sort with multiple keysKacper Kornet
2011-09-08for-each-ref: add split message parts to %(contents:*).Michał Górny
2011-09-08for-each-ref: handle multiline subjects like --prettyJeff King
2011-09-08t6300: add more body-parsing testsJeff King
2010-05-19for-each-ref: Field with abbreviated objectnameMichael J Gruber
2009-04-13for-each-ref: utilize core.warnAmbiguousRefs for :short-formatBert Wesarg
2009-04-08for-each-ref: add "upstream" format fieldJeff King
2008-09-06for-each-ref: `:short` format for `refname`Bert Wesarg
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano
2008-06-26improve for-each-ref test scriptJeff King
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt
2007-11-10for-each-ref: fix setup of option-parsing for --sortLars Hjemli
2007-10-30Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit
2007-10-03Add a test script for for-each-ref, including test of date formattingAndy Parkins