Documentation / git-verify-tag.txton commit Merge git://git.kernel.org/pub/scm/gitk/gitk (1a17ee2)
   1git-verify-tag(1)
   2=================
   3
   4NAME
   5----
   6git-verify-tag - Check the GPG signature of tag
   7
   8SYNOPSIS
   9--------
  10'git-verify-tag' <tag>
  11
  12DESCRIPTION
  13-----------
  14Validates the gpg signature created by git-tag.
  15
  16OPTIONS
  17-------
  18<tag>::
  19        SHA1 identifier of a git tag object.
  20
  21Author
  22------
  23Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
  24
  25Documentation
  26--------------
  27Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  28
  29GIT
  30---
  31Part of the gitlink:git[7] suite
  32