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