https://github.com/git/git
Raw File
Tip revision: 685e9d9145a186a4b2036ecf2be73cc86d99a9b7 authored by Junio C Hamano on 05 January 2011, 22:46:07 UTC
Git 1.7.4-rc1
Tip revision: 685e9d9
git-verify-tag.txt
git-verify-tag(1)
=================

NAME
----
git-verify-tag - Check the GPG signature of tags

SYNOPSIS
--------
'git verify-tag' <tag>...

DESCRIPTION
-----------
Validates the gpg signature created by 'git tag'.

OPTIONS
-------
-v::
--verbose::
	Print the contents of the tag object before validating it.

<tag>...::
	SHA1 identifiers of git tag objects.

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 linkgit:git[1] suite
back to top