]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-tag.txt
Merge branch 'maint'
[thirdparty/git.git] / Documentation / git-verify-tag.txt
CommitLineData
215a7ad1
JH
1git-verify-tag(1)
2=================
7fc9d69f
JH
3
4NAME
5----
7bd7f280 6git-verify-tag - Check the GPG signature of tag
7fc9d69f
JH
7
8SYNOPSIS
9--------
215a7ad1 10'git-verify-tag' <tag>
7fc9d69f
JH
11
12DESCRIPTION
13-----------
215a7ad1 14Validates the gpg signature created by git-tag.
7fc9d69f
JH
15
16OPTIONS
17-------
52a22d1e
LAS
18<tag>::
19 SHA1 identifier of a git tag object.
7fc9d69f
JH
20
21Author
22------
23Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
24
25Documentation
26--------------
27Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29GIT
30---
a7154e91 31Part of the gitlink:git[7] suite
7fc9d69f 32