aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-verify-tag.txt
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2010-11-08 19:04:51 +0100
committerJunio C Hamano <gitster@pobox.com>2010-11-15 10:05:54 -0800
commit6e565345e87cf9b8da093e11492fe3a025007230 (patch)
tree615a0c849476aaa0797067b110bd47175b4fe2ef /Documentation/git-verify-tag.txt
parent3927142561e4f5f045aa024f11782446abd1ba6d (diff)
downloadgit-6e565345e87cf9b8da093e11492fe3a025007230.tar.gz
verify-tag: document --verbose
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-verify-tag.txt')
-rw-r--r--Documentation/git-verify-tag.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-verify-tag.txt b/Documentation/git-verify-tag.txt
index dada21242c..711219749c 100644
--- a/Documentation/git-verify-tag.txt
+++ b/Documentation/git-verify-tag.txt
@@ -15,6 +15,10 @@ Validates the gpg signature created by 'git tag'.
OPTIONS
-------
+-v::
+--verbose::
+ Print the contents of the tag object before validating it.
+
<tag>...::
SHA1 identifiers of git tag objects.