summaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
AgeCommit message (Expand)AuthorFilesLines
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Libravatar Nanako Shiraishi1-159/+159
2008-08-06Sync with 1.5.6.5Libravatar Junio C Hamano1-0/+20
2008-08-06Files given on the command line are relative to $cwdLibravatar Junio C Hamano1-0/+20
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-32/+35
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-105/+105
2008-05-05Don't use the 'export NAME=value' in the test scripts.Libravatar Bryan Donlan1-1/+2
2008-04-02t7004-tag: Skip more tests if gpg is not available.Libravatar Johannes Sixt1-7/+8
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-18/+18
2007-12-22Force the sticked form for options with optional arguments.Libravatar Pierre Habouzit1-48/+48
2007-12-22git-tag: fix -l switch handling regression.Libravatar Pierre Habouzit1-8/+0
2007-12-11"git tag -u keyname" brokenLibravatar Linus Torvalds1-7/+40
2007-11-25git-tag: test that -s implies an annotated tagLibravatar Jeff King1-0/+16
2007-11-18Make builtin-tag.c use parse_options.Libravatar Carlos Rica1-7/+1
2007-11-17Fix and improve t7004 (git-tag tests)Libravatar Mike Hommey1-2/+12
2007-11-05Add tests for git tagLibravatar Mike Hommey1-0/+16
2007-09-09git-tag -s must fail if gpg cannot sign the tag.Libravatar Carlos Rica1-0/+7
2007-08-31git-tag: Fix -l option to use better shell style globs.Libravatar Carlos Rica1-11/+9
2007-07-21builtin-tag.c: Fix two memory leaks and minor notation changes.Libravatar Carlos Rica1-0/+35
2007-07-20Make git tag a builtin.Libravatar Carlos Rica1-9/+79
2007-07-11t7004: Add tests for the git tag -n option.Libravatar Carlos Rica1-1/+201
2007-07-08t7004: Skip tests for signed tags in an old version of gpg.Libravatar Carlos Rica1-0/+11
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-11/+11
2007-06-28Add test-script for git-tagLibravatar Carlos Rica1-0/+686