]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-tag.txt
Merge git://git.bogomips.org/git-svn
[thirdparty/git.git] / Documentation / git-verify-tag.txt
CommitLineData
215a7ad1
JH
1git-verify-tag(1)
2=================
7fc9d69f
JH
3
4NAME
5----
2ae68fcb 6git-verify-tag - Check the GPG signature of tags
7fc9d69f
JH
7
8SYNOPSIS
9--------
b1889c36 10'git verify-tag' <tag>...
7fc9d69f
JH
11
12DESCRIPTION
13-----------
0b444cdb 14Validates the gpg signature created by 'git tag'.
7fc9d69f
JH
15
16OPTIONS
17-------
6e565345
RS
18-v::
19--verbose::
20 Print the contents of the tag object before validating it.
21
f448e24e
AMS
22<tag>...::
23 SHA1 identifiers of git tag objects.
7fc9d69f 24
7fc9d69f
JH
25GIT
26---
9e1f0a85 27Part of the linkgit:git[1] suite