ref-filter: introduce ref_formatting_state and ref_formatting_stack
[gitweb.git] / Documentation / git-verify-tag.txt
index e996135be900067dc4054fc8eec20404d1b61380..d590edcebd99a3c9321cfdc00499aa6996b78a5b 100644 (file)
@@ -16,12 +16,16 @@ Validates the gpg signature created by 'git tag'.
 
 OPTIONS
 -------
+--raw::
+       Print the raw gpg status output to standard error instead of the normal
+       human-readable output.
+
 -v::
 --verbose::
        Print the contents of the tag object before validating it.
 
 <tag>...::
-       SHA1 identifiers of Git tag objects.
+       SHA-1 identifiers of Git tag objects.
 
 GIT
 ---