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
|
|
|
|
--------
|
2011-07-02 06:38:26 +04:00
|
|
|
[verse]
|
2017-01-18 02:37:20 +03:00
|
|
|
'git verify-tag' [--format=<format>] <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
|
|
|
|
-------
|
2015-06-22 02:14:43 +03:00
|
|
|
--raw::
|
|
|
|
Print the raw gpg status output to standard error instead of the normal
|
|
|
|
human-readable output.
|
|
|
|
|
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>...::
|
2013-04-15 21:49:04 +04:00
|
|
|
SHA-1 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
|