aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2007-08-27 08:54:32 +0300
committerJunio C Hamano <gitster@pobox.com>2007-08-27 01:38:35 -0700
commit625727162964b918f7f734a2523cb7c60f78a7be (patch)
treeb79551165bd02e8dd80a9a293ad90d699e3a11b9
parent7d479624d47a3deff1245a70521180c57b4ff3c1 (diff)
downloadgit-625727162964b918f7f734a2523cb7c60f78a7be.tar.gz
git-625727162964b918f7f734a2523cb7c60f78a7be.tar.xz
git-tag(1): Remove duplicate text
Options -d, -l, -v have already been explained in OPTIONS below. Signed-off-by: Jari Aalto <jari.aalto@cante.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-tag.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 119117f0b..990ae4f94 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -34,13 +34,6 @@ A GnuPG signed tag object will be created when `-s` or `-u
committer identity for the current user is used to find the
GnuPG key for signing.
-`-d <tag>` deletes the tag.
-
-`-v <tag>` verifies the gpg signature of the tag.
-
-`-l <pattern>` lists tags with names that match the given pattern
-(or all if no pattern is given).
-
OPTIONS
-------
-a::