On Sat, Dec 03, 2011 at 07:12:56PM +0200, Kirill A. Shutemov wrote:
From: "Kirill A. Shutemov" <redacted>
Normally git tag stripes tag message lines starting with '#', trailing
spaces from every line and empty lines from the beginning and end.
--no-strip is useful if you want to take a tag message as-is, without
any stripping.
Perhaps this should mirror the "--clean" option from git-commit, as they
are basically doing the same thing? Besides the name difference, --clean
supports three modes: verbatim, whitespace, and strip. And defaults to
strip or whitespace depending on whether we are actually writing into
the editor.
-Peff