Skip to content

Commit

Permalink
Add test-script for git-tag
Browse files Browse the repository at this point in the history
These tests are useful to develop the C version for git-tag.sh,
ensuring that the future builtin-tag.c will not break previous
behaviour.

The tests are focused on listing, verifying, deleting and creating
tags, checking always that the correct status value is returned
and everything remains as expected.

In order to verify and create signed tags, a PGP key was also
added, being created this way: gpg --homedir t/t7004 --gen-key
Type DSA and Elgamal, size 2048 bits, no expiration date.
Name and email: C O Mitter <committer@example.com>
No password given, to enable non-interactive operation.

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Carlos Rica authored and Junio C Hamano committed Jun 29, 2007
1 parent 30d038e commit ef5a6fb
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 0 deletions.
Loading

0 comments on commit ef5a6fb

Please sign in to comment.