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