summaryrefslogtreecommitdiff
path: root/devdocs/git/git-verify-tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/git/git-verify-tag.html')
-rw-r--r--devdocs/git/git-verify-tag.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/git/git-verify-tag.html b/devdocs/git/git-verify-tag.html
new file mode 100644
index 00000000..7c2d0d9f
--- /dev/null
+++ b/devdocs/git/git-verify-tag.html
@@ -0,0 +1,6 @@
+<h1>git-verify-tag</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-verify-tag - Check the GPG signature of tags</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git verify-tag [-v | --verbose] [--format=&lt;format&gt;] [--raw] &lt;tag&gt;…​</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>Validates the gpg signature created by <code>git tag</code>.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-verify-tag.txt---raw"> --raw </dt> <dd> <p>Print the raw gpg status output to standard error instead of the normal human-readable output.</p> </dd> <dt class="hdlist1" id="Documentation/git-verify-tag.txt--v"> -v </dt> <dt class="hdlist1" id="Documentation/git-verify-tag.txt---verbose"> --verbose </dt> <dd> <p>Print the contents of the tag object before validating it.</p> </dd> <dt class="hdlist1" id="Documentation/git-verify-tag.txt-lttaggt82308203"> &lt;tag&gt;…​ </dt> <dd> <p>SHA-1 identifiers of Git tag objects.</p> </dd> </dl> </div> </div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2012&ndash;2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
+ <a href="https://git-scm.com/docs/git-verify-tag" class="_attribution-link">https://git-scm.com/docs/git-verify-tag</a>
+ </p>
+</div>