SYNOPSIS

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

DESCRIPTION

Validates the GPG signature created by git commit -S on the commit objects given on the command line.

OPTIONS

--raw

通常の人間が読める形式の出力ではなく、生のgpgステータス出力を、標準エラーに出力します。

-v
--verbose

検証する前に、コミットオブジェクトの内容を出力します。

GIT

Part of the git(1) suite