1GIT-VERIFY-TAG(1)                 Git Manual                 GIT-VERIFY-TAG(1)
2
3
4

NAME

6       git-verify-tag - Check the GPG signature of tags
7

SYNOPSIS

9       git verify-tag [--format=<format>] <tag>...
10

DESCRIPTION

12       Validates the gpg signature created by git tag.
13

OPTIONS

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

GIT

26       Part of the git(1) suite
27
28
29
30Git 2.26.2                        2020-04-20                 GIT-VERIFY-TAG(1)
Impressum