git-tag: fix -l switch handling regression.
commit78d776a9699cd3e3d368366afaa66dee97e53ac5
authorPierre Habouzit <madcoder@debian.org>
Fri, 21 Dec 2007 10:50:58 +0000 (21 11:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Dec 2007 08:05:02 +0000 (22 00:05 -0800)
tree64592565e9ab701ec976eabe8194f4bed300c582
parent56c3eb173293d512fa85add94a7d0a3bfc6fe74a
git-tag: fix -l switch handling regression.

The command itself takes an optional <pattern> argument that
limits the shown tags to the ones that match when in listing
mode that is triggered with '-l' option.  The <pattern> is not
an optional option-argument to '-l'.

With this fix, "git tag -l -n 4 v0.99" works as expected.

It also removes a few bogus tests in t7004.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-tag.c
t/t7004-tag.sh