2005-09-07 18:26:23 -06:00
|
|
|
git-verify-tag(1)
|
|
|
|
=================
|
2005-08-23 02:49:47 -06:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-07-26 22:07:34 -06:00
|
|
|
git-verify-tag - Check the GPG signature of tags
|
2005-08-23 02:49:47 -06:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-01 20:38:26 -06:00
|
|
|
[verse]
|
2022-10-13 09:39:13 -06:00
|
|
|
'git verify-tag' [-v | --verbose] [--format=<format>] [--raw] <tag>...
|
2005-08-23 02:49:47 -06:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2010-01-09 16:33:00 -07:00
|
|
|
Validates the gpg signature created by 'git tag'.
|
2005-08-23 02:49:47 -06:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2015-06-21 17:14:43 -06:00
|
|
|
--raw::
|
|
|
|
Print the raw gpg status output to standard error instead of the normal
|
|
|
|
human-readable output.
|
|
|
|
|
2010-11-08 11:04:51 -07:00
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Print the contents of the tag object before validating it.
|
|
|
|
|
2008-07-30 03:33:43 -06:00
|
|
|
<tag>...::
|
2013-04-15 11:49:04 -06:00
|
|
|
SHA-1 identifiers of Git tag objects.
|
2005-08-23 02:49:47 -06:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 01:07:32 -06:00
|
|
|
Part of the linkgit:git[1] suite
|