You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
528 B
33 lines
528 B
19 years ago
|
git-verify-tag(1)
|
||
|
=================
|
||
20 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-verify-tag - Check the GPG signature of tag.
|
||
20 years ago
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-verify-tag' <tag>
|
||
20 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
19 years ago
|
Validates the gpg signature created by git-tag.
|
||
20 years ago
|
|
||
|
OPTIONS
|
||
|
-------
|
||
20 years ago
|
<tag>::
|
||
|
SHA1 identifier of a git tag object.
|
||
20 years ago
|
|
||
|
Author
|
||
|
------
|
||
|
Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
|
||
|
|
||
|
Documentation
|
||
|
--------------
|
||
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|