index-pack: be careful after fixing up the header/footer
[git/dscho.git] / Documentation / git-verify-tag.txt
blob84e70a02348105c98a004c080875ab8e85fe099c
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 <tag>...::
19         SHA1 identifiers of git tag objects.
21 Author
22 ------
23 Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
25 Documentation
26 --------------
27 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the linkgit:git[1] suite