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)
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>
No differences found