Junio C Hamano | 215a7ad | 2005-09-07 17:26:23 -0700 | [diff] [blame] | 1 | git-verify-tag(1) |
| 2 | ================= |
Junio C Hamano | 7fc9d69 | 2005-08-23 01:49:47 -0700 | [diff] [blame] | 3 | |
| 4 | NAME |
| 5 | ---- |
Carlos Rica | 2ae68fc | 2007-07-27 06:07:34 +0200 | [diff] [blame] | 6 | git-verify-tag - Check the GPG signature of tags |
Junio C Hamano | 7fc9d69 | 2005-08-23 01:49:47 -0700 | [diff] [blame] | 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
Jonathan Nieder | b1889c3 | 2008-06-30 01:09:04 -0500 | [diff] [blame] | 10 | 'git verify-tag' <tag>... |
Junio C Hamano | 7fc9d69 | 2005-08-23 01:49:47 -0700 | [diff] [blame] | 11 | |
| 12 | DESCRIPTION |
| 13 | ----------- |
Thomas Rast | 0b444cd | 2010-01-10 00:33:00 +0100 | [diff] [blame] | 14 | Validates the gpg signature created by 'git tag'. |
Junio C Hamano | 7fc9d69 | 2005-08-23 01:49:47 -0700 | [diff] [blame] | 15 | |
| 16 | OPTIONS |
| 17 | ------- |
René Scharfe | 6e56534 | 2010-11-08 19:04:51 +0100 | [diff] [blame^] | 18 | -v:: |
| 19 | --verbose:: |
| 20 | Print the contents of the tag object before validating it. |
| 21 | |
Abhijit Menon-Sen | f448e24 | 2008-07-30 15:03:43 +0530 | [diff] [blame] | 22 | <tag>...:: |
| 23 | SHA1 identifiers of git tag objects. |
Junio C Hamano | 7fc9d69 | 2005-08-23 01:49:47 -0700 | [diff] [blame] | 24 | |
| 25 | Author |
| 26 | ------ |
| 27 | Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com> |
| 28 | |
| 29 | Documentation |
| 30 | -------------- |
| 31 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 32 | |
| 33 | GIT |
| 34 | --- |
Christian Couder | 9e1f0a8 | 2008-06-06 09:07:32 +0200 | [diff] [blame] | 35 | Part of the linkgit:git[1] suite |