On Sep 6, 2013, at 13:10, Sebastian Schuberth wrote:
For custom builds of Git it sometimes is inconvenient to annotate tags
because there simply is nothing to say, so do not require an
annotation.
It's not that hard to add -m "" to the command line:
git tag -a -m "" new-annotated-tag
if you're just trying to avoid the editor or thinking up a message.
Is `-m ""` really that inconvenient?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html