projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d47962
)
git-tag(1): Remove duplicate text
author
Jari Aalto
<jari.aalto@cante.net>
Mon, 27 Aug 2007 05:54:32 +0000
(08:54 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2007 08:38:35 +0000
(
01:38
-0700)
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>
Documentation/git-tag.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-tag.txt
b/Documentation/git-tag.txt
index 119117f0bdc689a4da1c1ba4b8ae9a41fd8f05fd..990ae4f948920477500b6a19a2350a61cbd7c3cd 100644
(file)
--- 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::