SYNOPSIS

git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...

DESCRIPTION

Validates the gpg signature created by git tag in the tag objects listed on the command line.

OPTIONS

--raw

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

-v
--verbose

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

GIT

Part of the git(1) suite