2 .\" Title: git-verify-tag
3 .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
7 .\" Source: Git 2.44.0.rc2
10 .TH "GIT\-VERIFY\-TAG" "1" "2024\-02\-19" "Git 2\&.44\&.0\&.rc2" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
31 git-verify-tag \- Check the GPG signature of tags
35 \fIgit verify\-tag\fR [\-v | \-\-verbose] [\-\-format=<format>] [\-\-raw] <tag>\&...
40 Validates the gpg signature created by \fIgit tag\fR\&.
45 Print the raw gpg status output to standard error instead of the normal human\-readable output\&.
50 Print the contents of the tag object before validating it\&.
55 SHA\-1 identifiers of Git tag objects\&.
59 Part of the \fBgit\fR(1) suite