Git fork
1git-verify-tag(1)
2=================
3
4NAME
5----
6git-verify-tag - Check the GPG signature of tags
7
8SYNOPSIS
9--------
10[synopsis]
11git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...
12
13DESCRIPTION
14-----------
15Validates the gpg signature created by `git tag` in the tag
16objects listed on the command line.
17
18OPTIONS
19-------
20`--raw`::
21 Print the raw gpg status output to standard error instead of the normal
22 human-readable output.
23
24`-v`::
25`--verbose`::
26 Print the contents of the tag object before validating it.
27
28GIT
29---
30Part of the linkgit:git[1] suite