t7004: Add tests for the git tag -n option.
authorCarlos Rica <jasampler@gmail.com>
Tue, 10 Jul 2007 23:11:53 +0000 (01:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2007 22:04:00 +0000 (15:04 -0700)
commit5206d13091a38b2fef534c78e893814dbab0af26
tree08df5d37d162ec6d2e1abfef304f82d8bf552df1
parentb61a8a67478310eb3349d869119ce7a729090273
t7004: Add tests for the git tag -n option.

These tests check the syntax for the git tag -n option
and its output when one, none or many lines of the
message are requested.

Also this commit adds a missing && in the test
that checks the sorted output of git tag -l.

Signed-off-by: Carlos Rica <jasampler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh