blob: 8c9a71865b45120700c21a52d1e06aad45f3221f [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--------
Jonathan Niederb1889c32008-06-30 01:09:04 -050010'git verify-tag' <tag>...
Junio C Hamano7fc9d692005-08-23 01:49:47 -070011
12DESCRIPTION
13-----------
Thomas Rast0b444cd2010-01-10 00:33:00 +010014Validates the gpg signature created by 'git tag'.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070015
16OPTIONS
17-------
René Scharfe6e565342010-11-08 19:04:51 +010018-v::
19--verbose::
20 Print the contents of the tag object before validating it.
21
Abhijit Menon-Senf448e242008-07-30 15:03:43 +053022<tag>...::
23 SHA1 identifiers of git tag objects.
Junio C Hamano7fc9d692005-08-23 01:49:47 -070024
Junio C Hamano7fc9d692005-08-23 01:49:47 -070025GIT
26---
Christian Couder9e1f0a82008-06-06 09:07:32 +020027Part of the linkgit:git[1] suite