summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-15 15:48:40 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-15 15:48:40 -0800
commit78b3a4e2594c12945fe50c98693e0fa5496027ff (patch)
treecd0bfe3f584dd0795093f327cc747e23e534ec0c /git-tag.txt
parent515ab1d542801aea6a6119c0391ef91dbc9e9de9 (diff)
downloadgit-htmldocs-78b3a4e2594c12945fe50c98693e0fa5496027ff.tar.gz
Autogenerated HTML docs for v1.7.8-247-g10f4e
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index c83cb13de..622a019eb 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -99,6 +99,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