table of contents
other versions
- buster 1:2.20.1-2+deb10u3
- buster-backports 1:2.29.2-1~bpo10+1
- testing 1:2.30.2-1
- unstable 1:2.32.0-1
- experimental 1:2.32.0+next.20210606-1
GIT-VERIFY-TAG(1) | Git Manual | GIT-VERIFY-TAG(1) |
NAME¶
git-verify-tag - Check the GPG signature of tagsSYNOPSIS¶
git verify-tag [--format=<format>] <tag>...
DESCRIPTION¶
Validates the gpg signature created by git tag.OPTIONS¶
--rawPrint the raw gpg status output to standard error instead
of the normal human-readable output.
-v, --verbose
Print the contents of the tag object before validating
it.
<tag>...
SHA-1 identifiers of Git tag objects.
GIT¶
Part of the git(1) suite12/03/2020 | Git 2.29.2 |