1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-06 09:13:01 +01:00
git/Documentation/git-verify-commit.txt

29 lines
444 B
Text
Raw Normal View History

git-verify-commit(1)
====================
NAME
----
git-verify-commit - Check the GPG signature of commits
SYNOPSIS
--------
[verse]
'git verify-commit' <commit>...
DESCRIPTION
-----------
Validates the gpg signature created by 'git commit -S'.
OPTIONS
-------
-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