Make builtin-tag.c use parse_options.
commit396865859918e9c7bf8ce74aae137c57da134610
authorCarlos Rica <jasampler@gmail.com>
Fri, 9 Nov 2007 13:42:56 +0000 (9 14:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2007 03:19:20 +0000 (18 19:19 -0800)
tree08e22b233edfbb5b5fa83d9d0fa2bf2c6e9fd45f
parentea55960518bb104020c02aa2f64b33f93d1775e7
Make builtin-tag.c use parse_options.

Also, this removes those tests ensuring that repeated
-m options don't allocate memory more than once, because now
this is done after parsing options, using the last one
when more are given. The same for -F.

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