summaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
Commit message (Expand)AuthorAgeFilesLines
* tag: accept multiple patterns for --listJeff King2011-06-201-0/+5
* i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Junio C Hamano2011-04-131-4/+2
* i18n: git-tag tag_template messageÆvar Arnfjörð Bjarmason2011-03-091-0/+1
* Merge branch 'mg/maint-tag-rfc1991'Junio C Hamano2010-12-081-0/+66
|\
| * tag: recognize rfc1991 signaturesMichael J Gruber2010-11-101-6/+6
| * t/t7004-tag: test handling of rfc1991 signaturesMichael J Gruber2010-11-101-0/+66
* | Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-241-15/+15
|\ \
| * | tests: add missing &&, batch 2Jonathan Nieder2010-11-091-15/+15
| |/
* | t7004-tag.sh: re-arrange git tag comment for clarityÆvar Arnfjörð Bjarmason2010-11-141-5/+15
|/
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* t7004: Use prerequisite tags to skip tests that need gpgJohannes Sixt2009-03-221-49/+48
* t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt2009-03-191-2/+3
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-191-2/+2
* git-tag: Add --contains optionJake Goulding2009-01-281-0/+115
* Merge branch 'st/tag'Junio C Hamano2008-11-121-0/+11
|\
| * tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu2008-11-041-0/+11
* | Merge branch 'maint'Junio C Hamano2008-09-031-159/+159
|\ \ | |/
| * tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-031-159/+159
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
|/
* Sync with 1.5.6.5Junio C Hamano2008-08-061-0/+20
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-061-0/+20
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-32/+35
|/
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-105/+105
* Don't use the 'export NAME=value' in the test scripts.Bryan Donlan2008-05-051-1/+2
* t7004-tag: Skip more tests if gpg is not available.Johannes Sixt2008-04-021-7/+8
* Sane use of test_expect_failureJunio C Hamano2008-02-011-18/+18
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-221-48/+48
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-221-8/+0
* "git tag -u keyname" brokenLinus Torvalds2007-12-111-7/+40
* git-tag: test that -s implies an annotated tagJeff King2007-11-251-0/+16
* Make builtin-tag.c use parse_options.Carlos Rica2007-11-181-7/+1
* Fix and improve t7004 (git-tag tests)Mike Hommey2007-11-171-2/+12
* Add tests for git tagMike Hommey2007-11-051-0/+16
* git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-091-0/+7
* git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-311-11/+9
* builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica2007-07-211-0/+35
* Make git tag a builtin.Carlos Rica2007-07-201-9/+79
* t7004: Add tests for the git tag -n option.Carlos Rica2007-07-111-1/+201
* t7004: Skip tests for signed tags in an old version of gpg.Carlos Rica2007-07-081-0/+11
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-11/+11
* Add test-script for git-tagCarlos Rica2007-06-281-0/+686