summaryrefslogtreecommitdiffstats
path: root/man1/git-verify-tag.1
blob: eb0b0de6d9bde5cc771460d7ebed192532098b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
'\" t
.\"     Title: git-verify-tag
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 2024-04-10
.\"    Manual: Git Manual
.\"    Source: Git 2.44.0.568.g436d4e5b14
.\"  Language: English
.\"
.TH "GIT\-VERIFY\-TAG" "1" "2024\-04\-10" "Git 2\&.44\&.0\&.568\&.g436d4e" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-verify-tag \- Check the GPG signature of tags
.SH "SYNOPSIS"
.sp
.nf
\fIgit verify\-tag\fR [\-v | \-\-verbose] [\-\-format=<format>] [\-\-raw] <tag>\&...
.fi
.sp
.SH "DESCRIPTION"
.sp
Validates the gpg signature created by \fIgit tag\fR\&.
.SH "OPTIONS"
.PP
\-\-raw
.RS 4
Print the raw gpg status output to standard error instead of the normal human\-readable output\&.
.RE
.PP
\-v, \-\-verbose
.RS 4
Print the contents of the tag object before validating it\&.
.RE
.PP
<tag>\&...
.RS 4
SHA\-1 identifiers of Git tag objects\&.
.RE
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite