summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e30b217)
raw | patch | inline | side by side (parent: e30b217)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 09:08:30 +0000 (01:08 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 09:08:30 +0000 (01:08 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-tag.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history |
index 80bece0775d14206028254c0bd2ed286b81aa180..8a71ab37dff0ba481666ee05f13f4b9aa0ba8c2b 100644 (file)
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 f89d745efa73a9e22537aadb5c36857f04f030ec..6a82803f310f81b00d48bfff1f0d39da352688a6 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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.