Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
git/Documentation/git-verify-tag.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
32 lines (25 sloc)
517 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-verify-tag(1) | |
================= | |
NAME | |
---- | |
git-verify-tag - Check the GPG signature of tags | |
SYNOPSIS | |
-------- | |
[verse] | |
'git verify-tag' <tag>... | |
DESCRIPTION | |
----------- | |
Validates the gpg signature created by 'git tag'. | |
OPTIONS | |
------- | |
--raw:: | |
Print 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 linkgit:git[1] suite |