]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-commit.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / git-verify-commit.txt
CommitLineData
d07b00b7
MG
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-----------
bc913167 15Validates the GPG signature created by 'git commit -S'.
d07b00b7
MG
16
17OPTIONS
18-------
aeff29dd 19--raw::
20 Print the raw gpg status output to standard error instead of the normal
21 human-readable output.
22
d07b00b7
MG
23-v::
24--verbose::
25 Print the contents of the commit object before validating it.
26
27<commit>...::
28 SHA-1 identifiers of Git commit objects.
29
30GIT
31---
32Part of the linkgit:git[1] suite