aboutsummaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-09-03
|\
| * tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-03
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
|/
* Sync with 1.5.6.5Junio C Hamano2008-08-06
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-06
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
|/
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-24
* Don't use the 'export NAME=value' in the test scripts.Bryan Donlan2008-05-05
* t7004-tag: Skip more tests if gpg is not available.Johannes Sixt2008-04-02
* Sane use of test_expect_failureJunio C Hamano2008-02-01
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-22
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-22
* "git tag -u keyname" brokenLinus Torvalds2007-12-11
* git-tag: test that -s implies an annotated tagJeff King2007-11-25
* Make builtin-tag.c use parse_options.Carlos Rica2007-11-18
* Fix and improve t7004 (git-tag tests)Mike Hommey2007-11-17
* Add tests for git tagMike Hommey2007-11-05
* git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-09
* git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-31
* builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica2007-07-21
* Make git tag a builtin.Carlos Rica2007-07-20
* t7004: Add tests for the git tag -n option.Carlos Rica2007-07-11
* t7004: Skip tests for signed tags in an old version of gpg.Carlos Rica2007-07-08
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Add test-script for git-tagCarlos Rica2007-06-28