1git-verify-commit(1)
2====================
34
NAME
5----
6git-verify-commit - Check the GPG signature of commits
78
SYNOPSIS
9--------
10[verse]
11'git verify-commit' <commit>...
1213
DESCRIPTION
14-----------
15Validates the GPG signature created by 'git commit -S'.
1617
OPTIONS
18-------
19--raw::
20Print the raw gpg status output to standard error instead of the normal
21human-readable output.
2223
-v::
24--verbose::
25Print the contents of the commit object before validating it.
2627
<commit>...::
28SHA-1 identifiers of Git commit objects.
2930
GIT
31---
32Part of the linkgit:git[1] suite