summaryrefslogtreecommitdiff
path: root/devdocs/git/git-verify-commit.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/git/git-verify-commit.html')
-rw-r--r--devdocs/git/git-verify-commit.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/git/git-verify-commit.html b/devdocs/git/git-verify-commit.html
deleted file mode 100644
index caa893b4..00000000
--- a/devdocs/git/git-verify-commit.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1>git-verify-commit</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-verify-commit - Check the GPG signature of commits</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git verify-commit [-v | --verbose] [--raw] &lt;commit&gt;…​</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>Validates the GPG signature created by <code>git commit -S</code>.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-verify-commit.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-commit.txt--v"> -v </dt> <dt class="hdlist1" id="Documentation/git-verify-commit.txt---verbose"> --verbose </dt> <dd> <p>Print the contents of the commit object before validating it.</p> </dd> <dt class="hdlist1" id="Documentation/git-verify-commit.txt-ltcommitgt82308203"> &lt;commit&gt;…​ </dt> <dd> <p>SHA-1 identifiers of Git commit 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-commit" class="_attribution-link">https://git-scm.com/docs/git-verify-commit</a>
- </p>
-</div>