git-verify-tag(1) - Linux man page
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
<tag>...
- SHA1 identifiers of git tag objects.
Author
Written by Jan Harkes <jaharkes@cs.cmu.edu [1] > and Eric W. Biederman <ebiederm@xmission.com [2] >
Documentation
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org [3] >.
Git
Part of the git(1) suite