Documentation / git-verify-tag.txton commit documentation: trivial whitespace cleanups (240ae2b)
   1git-verify-tag(1)
   2=================
   3
   4NAME
   5----
   6git-verify-tag - Check the GPG signature of tags
   7
   8SYNOPSIS
   9--------
  10[verse]
  11'git verify-tag' <tag>...
  12
  13DESCRIPTION
  14-----------
  15Validates the gpg signature created by 'git tag'.
  16
  17OPTIONS
  18-------
  19-v::
  20--verbose::
  21        Print the contents of the tag object before validating it.
  22
  23<tag>...::
  24        SHA-1 identifiers of Git tag objects.
  25
  26GIT
  27---
  28Part of the linkgit:git[1] suite