transport-helper: change import semantics
[git/dscho.git] / Documentation / git-verify-tag.txt
blob8c9a71865b45120700c21a52d1e06aad45f3221f
1 git-verify-tag(1)
2 =================
4 NAME
5 ----
6 git-verify-tag - Check the GPG signature of tags
8 SYNOPSIS
9 --------
10 'git verify-tag' <tag>...
12 DESCRIPTION
13 -----------
14 Validates the gpg signature created by 'git tag'.
16 OPTIONS
17 -------
18 -v::
19 --verbose::
20         Print the contents of the tag object before validating it.
22 <tag>...::
23         SHA1 identifiers of git tag objects.
25 GIT
26 ---
27 Part of the linkgit:git[1] suite