Age | Commit message (Expand) | Author | Files | Lines |
2012-02-20 | Merge branch 'tg/tag-points-at' | Junio C Hamano | 1 | -0/+39 |
2012-02-12 | Merge branch 'jk/maint-tag-show-fixes' | Junio C Hamano | 1 | -0/+13 |
2012-02-08 | tag: do not show non-tag contents with "-n" | Junio C Hamano | 1 | -0/+13 |
2012-02-08 | tag: add --points-at list option | Tom Grennan | 1 | -0/+39 |
2011-09-08 | t7004: factor out gpg setup | Jeff King | 1 | -28/+1 |
2011-06-20 | tag: accept multiple patterns for --list | Jeff King | 1 | -0/+5 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 1 | -4/+2 |
2011-03-09 | i18n: git-tag tag_template message | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2010-12-08 | Merge branch 'mg/maint-tag-rfc1991' | Junio C Hamano | 1 | -0/+66 |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -15/+15 |
2010-11-14 | t7004-tag.sh: re-arrange git tag comment for clarity | Ævar Arnfjörð Bjarmason | 1 | -5/+15 |
2010-11-10 | tag: recognize rfc1991 signatures | Michael J Gruber | 1 | -6/+6 |
2010-11-10 | t/t7004-tag: test handling of rfc1991 signatures | Michael J Gruber | 1 | -0/+66 |
2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -15/+15 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2009-03-22 | t7004: Use prerequisite tags to skip tests that need gpg | Johannes Sixt | 1 | -49/+48 |
2009-03-19 | t2200, t7004: Avoid glob pattern that also matches files | Johannes Sixt | 1 | -2/+3 |
2009-03-19 | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 1 | -2/+2 |
2009-01-28 | git-tag: Add --contains option | Jake Goulding | 1 | -0/+115 |
2008-11-12 | Merge branch 'st/tag' | Junio C Hamano | 1 | -0/+11 |
2008-11-04 | tag: Add more tests about mixing incompatible modes and options | Samuel Tardieu | 1 | -0/+11 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -159/+159 |
2008-09-03 | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 1 | -159/+159 |
2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -1/+1 |
2008-08-06 | Sync with 1.5.6.5 | Junio C Hamano | 1 | -0/+20 |
2008-08-06 | Files given on the command line are relative to $cwd | Junio C Hamano | 1 | -0/+20 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -32/+35 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -105/+105 |
2008-05-05 | Don't use the 'export NAME=value' in the test scripts. | Bryan Donlan | 1 | -1/+2 |
2008-04-02 | t7004-tag: Skip more tests if gpg is not available. | Johannes Sixt | 1 | -7/+8 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -18/+18 |
2007-12-22 | Force the sticked form for options with optional arguments. | Pierre Habouzit | 1 | -48/+48 |
2007-12-22 | git-tag: fix -l switch handling regression. | Pierre Habouzit | 1 | -8/+0 |
2007-12-11 | "git tag -u keyname" broken | Linus Torvalds | 1 | -7/+40 |
2007-11-25 | git-tag: test that -s implies an annotated tag | Jeff King | 1 | -0/+16 |
2007-11-18 | Make builtin-tag.c use parse_options. | Carlos Rica | 1 | -7/+1 |
2007-11-17 | Fix and improve t7004 (git-tag tests) | Mike Hommey | 1 | -2/+12 |
2007-11-05 | Add tests for git tag | Mike Hommey | 1 | -0/+16 |
2007-09-09 | git-tag -s must fail if gpg cannot sign the tag. | Carlos Rica | 1 | -0/+7 |
2007-08-31 | git-tag: Fix -l option to use better shell style globs. | Carlos Rica | 1 | -11/+9 |
2007-07-21 | builtin-tag.c: Fix two memory leaks and minor notation changes. | Carlos Rica | 1 | -0/+35 |
2007-07-20 | Make git tag a builtin. | Carlos Rica | 1 | -9/+79 |
2007-07-11 | t7004: Add tests for the git tag -n option. | Carlos Rica | 1 | -1/+201 |
2007-07-08 | t7004: Skip tests for signed tags in an old version of gpg. | Carlos Rica | 1 | -0/+11 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -11/+11 |
2007-06-28 | Add test-script for git-tag | Carlos Rica | 1 | -0/+686 |