From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/git/git-verify-tag.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/git/git-verify-tag.html (limited to 'devdocs/git/git-verify-tag.html') 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 @@ +

git-verify-tag

Name

git-verify-tag - Check the GPG signature of tags

Synopsis

git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>…​

Description

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>…​

SHA-1 identifiers of Git tag objects.

+

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

+
-- cgit v1.2.3