Documentation / git-verify-tag.txton commit Merge branch 'ss/cherry-pick-x-doc' into maint (0f51322)
   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
  25GIT
  26---
  27Part of the linkgit:git[1] suite