]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-tag.txt
format-patch: make newline after signature conditional
[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--------
7791a1d9 10[verse]
b1889c36 11'git verify-tag' <tag>...
7fc9d69f
JH
12
13DESCRIPTION
14-----------
0b444cdb 15Validates the gpg signature created by 'git tag'.
7fc9d69f
JH
16
17OPTIONS
18-------
6e565345
RS
19-v::
20--verbose::
21 Print the contents of the tag object before validating it.
22
f448e24e 23<tag>...::
d5fa1f1a 24 SHA-1 identifiers of Git tag objects.
7fc9d69f 25
7fc9d69f
JH
26GIT
27---
9e1f0a85 28Part of the linkgit:git[1] suite