diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:08:30 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:08:30 +0100 |
commit | 79d5b81fee8fa3213276b8c287a18c7ed2aefdb9 (patch) | |
tree | c435ca392ca0714d34d6b1e1e3348f8fd9df86eb /Documentation/git.txt | |
parent | Documentation/SubmittingPatches: Gnus tips (diff) | |
download | git-79d5b81fee8fa3213276b8c287a18c7ed2aefdb9.tar.xz git-79d5b81fee8fa3213276b8c287a18c7ed2aefdb9.zip |
Documentation/git-tag: the command can be used to also verify a tag.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |