Browse Source

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>
maint
Jari Aalto 18 years ago committed by Junio C Hamano
parent
commit
6257271629
  1. 7
      Documentation/git-tag.txt

7
Documentation/git-tag.txt

@ -34,13 +34,6 @@ A GnuPG signed tag object will be created when `-s` or `-u @@ -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::

Loading…
Cancel
Save