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