author | Michael J Gruber <git@drmicha.warpmail.net> | |
Sun, 28 Aug 2011 14:54:29 +0000 (16:54 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 29 Aug 2011 05:47:41 +0000 (22:47 -0700) | ||
commit | c97eff5a95d57a9561b7c7429e7fcc5d0e3a7f5d | |
tree | 93caf48658dd12ddd39b62f9a788f019af7b4627 | tree | snapshot |
parent | afc1692fefe0dc357d9ff5353ab77d14b26d7ab9 | commit | diff |
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>
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 | diff | blob | history | |
builtin/tag.c | diff | blob | history |