blob: 9413e2802a718117bd0b7c9997d55619ea18ba59 [file] [log] [blame]
Junio C Hamano56121c42014-07-10 23:23:351git-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::
21Print the contents of the commit object before validating it.
22
23<commit>...::
24SHA-1 identifiers of Git commit objects.
25
26GIT
27---
28Part of the linkgit:git[1] suite