1GIT-VERIFY-TAG(1) Git Manual GIT-VERIFY-TAG(1)
2
3
4
6 git-verify-tag - Check the GPG signature of tags
7
9 git verify-tag <tag>...
10
12 Validates the gpg signature created by git tag.
13
15 <tag>...
16 SHA1 identifiers of git tag objects.
17
19 Written by Jan Harkes <jaharkes@cs.cmu.edu[1]> and Eric W. Biederman
20 <ebiederm@xmission.com[2]>
21
23 Documentation by Junio C Hamano and the git-list
24 <git@vger.kernel.org[3]>.
25
27 Part of the git(1) suite
28
30 1. jaharkes@cs.cmu.edu
31 mailto:jaharkes@cs.cmu.edu
32
33 2. ebiederm@xmission.com
34 mailto:ebiederm@xmission.com
35
36 3. git@vger.kernel.org
37 mailto:git@vger.kernel.org
38
39
40
41Git 1.7.1 08/16/2017 GIT-VERIFY-TAG(1)