Age | Commit message (Expand) | Author | Files | Lines |
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 |