git-verify-commit - Check the GPG signature of commits
Contents
Description
Validates the GPG signature created by gitcommit-S.
Git
Part of the git(1) suite
Git 2.48.1 07/02/2025 GIT-VERIFY-COMMIT(1)
Name
git-verify-commit - Check the GPG signature of commits
Options
--raw
Print the raw gpg status output to standard error instead of the normal human-readable output.
-v, --verbose
Print the contents of the commit object before validating it.
<commit>...
SHA-1 identifiers of Git commit objects.
Synopsis
gitverify-commit [-v | --verbose] [--raw] <commit>...
