"git tag" learned an explicit "--edit" option that allows the
message given via "-m" and "-F" to be further edited.
* nm/tag-edit:
tag: add --edit option
@ -9,7 +9,7 @@ git-tag - Create, list, delete or verify a tag object signed with GPG
@@ -9,7 +9,7 @@ git-tag - Create, list, delete or verify a tag object signed with GPG
@ -167,6 +167,12 @@ This option is only applicable when listing tags without annotation lines.
@@ -167,6 +167,12 @@ This option is only applicable when listing tags without annotation lines.
Implies `-a` if none of `-a`, `-s`, or `-u <keyid>`
is given.
-e::
--edit::
The message taken from file with `-F` and command line with
`-m` are usually used as the tag message unmodified.
This option lets you further edit the message taken from these sources.
--cleanup=<mode>::
This option sets how the tag message is cleaned up.
The '<mode>' can be one of 'verbatim', 'whitespace' and 'strip'. The