2014-06-23 09:05:49 +02:00
|
|
|
git-verify-commit(1)
|
|
|
|
====================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-verify-commit - Check the GPG signature of commits
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
[verse]
|
|
|
|
'git verify-commit' <commit>...
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2016-06-17 00:15:44 +02:00
|
|
|
Validates the GPG signature created by 'git commit -S'.
|
2014-06-23 09:05:49 +02:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2015-06-22 01:14:42 +02:00
|
|
|
--raw::
|
|
|
|
Print the raw gpg status output to standard error instead of the normal
|
|
|
|
human-readable output.
|
|
|
|
|
2014-06-23 09:05:49 +02:00
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Print the contents of the commit object before validating it.
|
|
|
|
|
|
|
|
<commit>...::
|
|
|
|
SHA-1 identifiers of Git commit objects.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the linkgit:git[1] suite
|