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 [--format=<format>] <tag>...
10
11
13 Validates the gpg signature created by git tag.
14
16 --raw
17 Print the raw gpg status output to standard error instead of the
18 normal human-readable output.
19
20 -v, --verbose
21 Print the contents of the tag object before validating it.
22
23 <tag>...
24 SHA-1 identifiers of Git tag objects.
25
27 Part of the git(1) suite
28
29
30
31Git 2.24.1 12/10/2019 GIT-VERIFY-TAG(1)