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
12 Validates the gpg signature created by git tag.
13
15 --raw
16 Print the raw gpg status output to standard error instead of the
17 normal human-readable output.
18
19 -v, --verbose
20 Print the contents of the tag object before validating it.
21
22 <tag>...
23 SHA-1 identifiers of Git tag objects.
24
26 Part of the git(1) suite
27
28
29
30Git 2.30.2 2021-03-08 GIT-VERIFY-TAG(1)