Code

Documentation fixes in git-config
[git.git] / Documentation / git-tag.txt
index 74fc7e006f8bb3511c2a333c07ee812f7c6a784b..53ff5f6cf7b9420933b022accace1355db6337c6 100644 (file)
@@ -101,6 +101,13 @@ OPTIONS
        Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
        is given.
 
+--cleanup=<mode>::
+       This option sets how the tag message is cleaned up.
+       The  '<mode>' can be one of 'verbatim', 'whitespace' and 'strip'.  The
+       'strip' mode is default. The 'verbatim' mode does not change message at
+       all, 'whitespace' removes just leading/trailing whitespace lines and
+       'strip' removes both whitespace and commentary.
+
 <tagname>::
        The name of the tag to create, delete, or describe.
        The new tag name must pass all checks defined by