From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/git/git-verify-commit.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/git/git-verify-commit.html (limited to 'devdocs/git/git-verify-commit.html') 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 @@ -

git-verify-commit

Name

git-verify-commit - Check the GPG signature of commits

Synopsis

git verify-commit [-v | --verbose] [--raw] <commit>…​

Description

Validates the GPG signature created by git commit -S.

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 commit object before validating it.

<commit>…​

SHA-1 identifiers of Git commit objects.

-

- © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
- https://git-scm.com/docs/git-verify-commit -

-
-- cgit v1.2.3