Merge branch 'jt/http-redact-cookies' into maint
[git.git] / Documentation / git-verify-tag.txt
blob0b8075dad965f58b159bbe45f18d94bcc9f5ae60
1 git-verify-tag(1)
2 =================
4 NAME
5 ----
6 git-verify-tag - Check the GPG signature of tags
8 SYNOPSIS
9 --------
10 [verse]
11 'git verify-tag' [--format=<format>] <tag>...
13 DESCRIPTION
14 -----------
15 Validates the gpg signature created by 'git tag'.
17 OPTIONS
18 -------
19 --raw::
20         Print the raw gpg status output to standard error instead of the normal
21         human-readable output.
23 -v::
24 --verbose::
25         Print the contents of the tag object before validating it.
27 <tag>...::
28         SHA-1 identifiers of Git tag objects.
30 GIT
31 ---
32 Part of the linkgit:git[1] suite