summaryrefslogtreecommitdiff
path: root/devdocs/git/git-verify-tag.html
blob: 7c2d0d9fd61e0bb8da651d3dc4be3b29bb1907f9 (plain)
1
2
3
4
5
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>