Git fork
1git-verify-commit(1)
2====================
3
4NAME
5----
6git-verify-commit - Check the GPG signature of commits
7
8SYNOPSIS
9--------
10[synopsis]
11git verify-commit [-v | --verbose] [--raw] <commit>...
12
13DESCRIPTION
14-----------
15Validates the GPG signature created by `git commit -S`
16on the commit objects given on the command line.
17
18OPTIONS
19-------
20`--raw`::
21 Print the raw gpg status output to standard error instead of the normal
22 human-readable output.
23
24`-v`::
25`--verbose`::
26 Print the contents of the commit object before validating it.
27
28GIT
29---
30Part of the linkgit:git[1] suite