aboutsummaryrefslogtreecommitdiff
path: root/t/t7004-tag.sh
Commit message (Expand)AuthorAge
* tests: skip RFC1991 tests for gnupg 2.1Christian Hesse2014-12-12
* Merge branch 'sk/tag-contains-wo-recursion'Junio C Hamano2014-10-14
|\
| * t7004: give the test a bit more stack spaceJunio C Hamano2014-09-23
* | tag: support configuring --sort via .gitconfigJacob Keller2014-07-17
* | tag: fix --sort tests to use cat<<-\EOF formatJacob Keller2014-07-13
|/
* git tag --contains: avoid stack overflowJean-Jacques Lafay2014-04-25
* tag: support --sort=<spec>Nguyễn Thái Ngọc Duy2014-02-27
* tag: --force does not have to warn when creating tagsPhil Hord2013-03-13
* t7004: do not create unneeded gpghome/gpg.conf when GPG is not usedJunio C Hamano2012-12-18
* tag: add --columnNguyễn Thái Ngọc Duy2012-04-27
* Merge branch 'tg/tag-points-at'Junio C Hamano2012-02-20
|\
| * tag: add --points-at list optionTom Grennan2012-02-08
* | Merge branch 'jk/maint-tag-show-fixes'Junio C Hamano2012-02-12
|\ \ | |/ |/|
| * tag: do not show non-tag contents with "-n"Junio C Hamano2012-02-08
* | t7004: factor out gpg setupJeff King2011-09-08
|/
* tag: accept multiple patterns for --listJeff King2011-06-20
* i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Junio C Hamano2011-04-13
* i18n: git-tag tag_template messageÆvar Arnfjörð Bjarmason2011-03-09
* Merge branch 'mg/maint-tag-rfc1991'Junio C Hamano2010-12-08
|\
| * tag: recognize rfc1991 signaturesMichael J Gruber2010-11-10
| * t/t7004-tag: test handling of rfc1991 signaturesMichael J Gruber2010-11-10
* | Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-24
|\ \
| * | tests: add missing &&, batch 2Jonathan Nieder2010-11-09
| |/
* | t7004-tag.sh: re-arrange git tag comment for clarityÆvar Arnfjörð Bjarmason2010-11-14
|/
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-25
* t7004: Use prerequisite tags to skip tests that need gpgJohannes Sixt2009-03-22
* t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt2009-03-19
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-19
* git-tag: Add --contains optionJake Goulding2009-01-28
* Merge branch 'st/tag'Junio C Hamano2008-11-12
|\
| * tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu2008-11-04
* | 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