2005-09-08 02:26:23 +02:00
|
|
|
git-verify-tag(1)
|
|
|
|
=================
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-07-27 06:07:34 +02:00
|
|
|
git-verify-tag - Check the GPG signature of tags
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 04:38:26 +02:00
|
|
|
[verse]
|
2008-06-30 08:09:04 +02:00
|
|
|
'git verify-tag' <tag>...
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2010-01-10 00:33:00 +01:00
|
|
|
Validates the gpg signature created by 'git tag'.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2010-11-08 19:04:51 +01:00
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Print the contents of the tag object before validating it.
|
|
|
|
|
2008-07-30 11:33:43 +02:00
|
|
|
<tag>...::
|
2013-01-21 20:17:53 +01:00
|
|
|
SHA1 identifiers of Git tag objects.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|