criss cross rename failure workaround
[git/dscho.git] / Documentation / git-verify-tag.txt
blob711219749cac76ff1363ce5f27e28da9a7ecba57
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 Author
26 ------
27 Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 GIT
34 ---
35 Part of the linkgit:git[1] suite