Add tests for git tag
commit4d8b1dc850bafdf2304a525a768fbfc7aa5361ae
authorMike Hommey <mh@glandium.org>
Sun, 4 Nov 2007 00:11:15 +0000 (4 01:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 06:47:43 +0000 (5 22:47 -0800)
tree508e2a736a6d68f62df06ebb5cdbada5c6faba22
parentbab8118aff7581364eb5c74472fe7ab4f45f4a12
Add tests for git tag

These tests check whether git-tag properly sends a comment into the
editor, and whether it reuses previous annotation when overwriting
an existing tag.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh