Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 12:08:30 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-17 12:08:30 +0300
commit79d5b81fee8fa3213276b8c287a18c7ed2aefdb9 (patch)
treec435ca392ca0714d34d6b1e1e3348f8fd9df86eb
parente30b217ba41081f5f11206ca3dfb987725315304 (diff)
Documentation/git-tag: the command can be used to also verify a tag.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-tag.txt2
-rw-r--r--Documentation/git.txt2
2 files changed, 2 insertions, 2 deletions
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.