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