diff options
author | Jari Aalto <jari.aalto@cante.net> | 2007-08-27 08:54:32 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-27 01:38:35 -0700 |
commit | 625727162964b918f7f734a2523cb7c60f78a7be (patch) | |
tree | b79551165bd02e8dd80a9a293ad90d699e3a11b9 /Documentation | |
parent | gitweb: Lift any characters restriction on searched strings (diff) | |
download | tgif-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-tag.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 119117f0bd..990ae4f948 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:: |