blob: 92097f6673d8e72229b42c33227353ad5226f17e [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-----------
Junio C Hamano042f2142016-06-27 18:05:0515Validates the GPG signature created by 'git commit -S'.
Junio C Hamano56121c42014-07-10 23:23:3516
17OPTIONS
18-------
Junio C Hamanod7ed4042015-08-03 19:43:0019--raw::
20Print the raw gpg status output to standard error instead of the normal
21human-readable output.
22
Junio C Hamano56121c42014-07-10 23:23:3523-v::
24--verbose::
25Print the contents of the commit object before validating it.
26
27<commit>...::
28SHA-1 identifiers of Git commit objects.
29
30GIT
31---
32Part of the linkgit:git[1] suite