Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
[git.git] / Documentation / git-verify-tag.txt
blobf88ba96f023ac9f497f01ef699d0931a6d14e59a
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' <tag>...
13 DESCRIPTION
14 -----------
15 Validates the gpg signature created by 'git tag'.
17 OPTIONS
18 -------
19 -v::
20 --verbose::
21         Print the contents of the tag object before validating it.
23 <tag>...::
24         SHA-1 identifiers of Git tag objects.
26 GIT
27 ---
28 Part of the linkgit:git[1] suite