git-tag: introduce long forms for the options
commitc97eff5a95d57a9561b7c7429e7fcc5d0e3a7f5d
authorMichael J Gruber <git@drmicha.warpmail.net>
Sun, 28 Aug 2011 14:54:29 +0000 (28 16:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2011 05:47:41 +0000 (28 22:47 -0700)
tree93caf48658dd12ddd39b62f9a788f019af7b4627
parentafc1692fefe0dc357d9ff5353ab77d14b26d7ab9
git-tag: introduce long forms for the options

Long forms are better to memorize and more reliably uniform across
commands.

Design notes:

-u,--local-user is named following the analogous gnupg option.

-l,--list is not an argument taking option but a mode switch.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt
builtin/tag.c