blob: 711219749cac76ff1363ce5f27e28da9a7ecba57 [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
25Author
26------
27Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
28
29Documentation
30--------------
31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
32
33GIT
34---
Christian Couder9e1f0a82008-06-06 09:07:32 +020035Part of the linkgit:git[1] suite