git-verify-tag.1   [plain text]


'\" t
.\"     Title: git-verify-tag
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\"      Date: 06/01/2011
.\"    Manual: Git Manual
.\"    Source: Git 1.7.5.4
.\"  Language: English
.\"
.TH "GIT\-VERIFY\-TAG" "1" "06/01/2011" "Git 1\&.7\&.5\&.4" "Git Manual"
.\" -----------------------------------------------------------------
.\" * 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
\fIgit verify\-tag\fR <tag>\&...
.SH "DESCRIPTION"
.sp
Validates the gpg signature created by \fIgit tag\fR\&.
.SH "OPTIONS"
.PP
\-v, \-\-verbose
.RS 4
Print the contents of the tag object before validating it\&.
.RE
.PP
<tag>\&...
.RS 4
SHA1 identifiers of git tag objects\&.
.RE
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite