1git-verify-tag(1) 2================= 3 4NAME 5---- 6git-verify-tag - Check the GPG signature of tags 7 8SYNOPSIS 9-------- 10'git verify-tag' <tag>... 11 12DESCRIPTION 13----------- 14Validates the gpg signature created by 'git tag'. 15 16OPTIONS 17------- 18-v:: 19--verbose:: 20 Print the contents of the tag object before validating it. 21 22<tag>...:: 23 SHA1 identifiers of git tag objects. 24 25Author 26------ 27Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com> 28 29Documentation 30-------------- 31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 32 33GIT 34--- 35Part of the linkgit:git[1] suite