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