X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-verify-tag.txt;h=5ff76e892aed19ff7943848edbf32c772b845d3d;hb=38ca63f3c0ef70ba4e41d3b5e347e2c7e7d67fe5;hp=84e70a02348105c98a004c080875ab8e85fe099c;hpb=77f143bf3e218857ec8e5244d7e862e8e0c1a041;p=git.git diff --git a/Documentation/git-verify-tag.txt b/Documentation/git-verify-tag.txt index 84e70a023..5ff76e892 100644 --- a/Documentation/git-verify-tag.txt +++ b/Documentation/git-verify-tag.txt @@ -7,25 +7,22 @@ git-verify-tag - Check the GPG signature of tags SYNOPSIS -------- +[verse] 'git verify-tag' ... DESCRIPTION ----------- -Validates the gpg signature created by 'git-tag'. +Validates the gpg signature created by 'git tag'. OPTIONS ------- +-v:: +--verbose:: + Print the contents of the tag object before validating it. + ...:: SHA1 identifiers of git tag objects. -Author ------- -Written by Jan Harkes and Eric W. Biederman - -Documentation --------------- -Documentation by Junio C Hamano and the git-list . - GIT --- Part of the linkgit:git[1] suite