]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-tag.txt
t4034: abstract away SHA-1-specific constants
[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]
ff3c8c8f 11'git verify-tag' [--format=<format>] <tag>...
7fc9d69f
JH
12
13DESCRIPTION
14-----------
0b444cdb 15Validates the gpg signature created by 'git tag'.
7fc9d69f
JH
16
17OPTIONS
18-------
e18443ec 19--raw::
20 Print the raw gpg status output to standard error instead of the normal
21 human-readable output.
22
6e565345
RS
23-v::
24--verbose::
25 Print the contents of the tag object before validating it.
26
f448e24e 27<tag>...::
d5fa1f1a 28 SHA-1 identifiers of Git tag objects.
7fc9d69f 29
7fc9d69f
JH
30GIT
31---
9e1f0a85 32Part of the linkgit:git[1] suite