From: Junio C Hamano Date: Wed, 17 Jan 2007 09:08:30 +0000 (-0800) Subject: Documentation/git-tag: the command can be used to also verify a tag. X-Git-Tag: v1.5.0-rc2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79d5b81fee8fa3213276b8c287a18c7ed2aefdb9;p=git Documentation/git-tag: the command can be used to also verify a tag. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 80bece0775..8a71ab37df 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -3,7 +3,7 @@ git-tag(1) NAME ---- -git-tag - Create a tag object signed with GPG +git-tag - Create or verify a tag object signed with GPG SYNOPSIS diff --git a/Documentation/git.txt b/Documentation/git.txt index f89d745efa..6a82803f31 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]:: Read and modify symbolic refs. gitlink:git-tag[1]:: - An example script to create a tag object signed with GPG. + Create or verify a tag object signed with GPG. gitlink:git-update-ref[1]:: Update the object name stored in a ref safely.