blob: 0b8075dad965f58b159bbe45f18d94bcc9f5ae60 [file] [log] [blame]
Junio C Hamano215a7ad2005-09-07 17:26:23 -07001git-verify-tag(1)
2=================
Junio C Hamano7fc9d692005-08-23 01:49:47 -07003
4NAME
5----
Carlos Rica2ae68fc2007-07-27 06:07:34 +02006git-verify-tag - Check the GPG signature of tags
Junio C Hamano7fc9d692005-08-23 01:49:47 -07007
8SYNOPSIS
9--------
Martin von Zweigbergk7791a1d2011-07-01 22:38:26 -040010[verse]
Santiago Torresff3c8c82017-01-17 18:37:20 -050011'git verify-tag' [--format=<format>] <tag>...
Junio C Hamano7fc9d692005-08-23 01:49:47 -070012
13DESCRIPTION
14-----------
Thomas Rast0b444cd2010-01-10 00:33:00 +010015Validates the gpg signature created by 'git tag'.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070016
17OPTIONS
18-------
brian m. carlsone18443e2015-06-21 23:14:43 +000019--raw::
20 Print the raw gpg status output to standard error instead of the normal
21 human-readable output.
22
René Scharfe6e565342010-11-08 19:04:51 +010023-v::
24--verbose::
25 Print the contents of the tag object before validating it.
26
Abhijit Menon-Senf448e242008-07-30 15:03:43 +053027<tag>...::
Thomas Ackermannd5fa1f12013-04-15 19:49:04 +020028 SHA-1 identifiers of Git tag objects.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070029
Junio C Hamano7fc9d692005-08-23 01:49:47 -070030GIT
31---
Christian Couder9e1f0a82008-06-06 09:07:32 +020032Part of the linkgit:git[1] suite