SYNOPSIS

git verify-commit [-v | --verbose] [--raw] <commit>

DESCRIPTION

git commit -S によって作成されたGPG署名を検証します。

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>…

GitコミットオブジェクトのSHA-1 ID。

GIT

Part of the git(1) suite