[PATCH] New git-apply test cases for patches with mulitple fragments.
[git.git] / Documentation / git-verify-tag-script.txt
1 git-verify-tag-script(1)
2 ========================
3
4 NAME
5 ----
6 git-verify-tag-script - Check the GPG signature of tag.
7
8 SYNOPSIS
9 --------
10 'git-verify-tag-script' <tag>
11
12 DESCRIPTION
13 -----------
14 Validates the gpg signature created by git-tag-script.
15
16 OPTIONS
17 -------
18 <tag>::
19         SHA1 identifier of a git tag object.
20
21 Author
22 ------
23 Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
24
25 Documentation
26 --------------
27 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29 GIT
30 ---
31 Part of the link:git.html[git] suite
32