aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 11:01:23 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-03 11:01:24 -0700
commit85df7cd48739cf252c4e6621251845f8ee117d6a (patch)
tree881548291149f5c107a47d82499d783e549ca613 /Documentation/git-tag.txt
parentc0d503433f99916f727b8ce75be957ee650a4095 (diff)
parent35813042ef7e8afd275f41f790d68d32906766cb (diff)
downloadgit-85df7cd48739cf252c4e6621251845f8ee117d6a.tar.gz
Merge branch 'kn/tag-doc-fix'
* kn/tag-doc-fix: Documentation/tag: remove double occurance of "<pattern>"
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index 034d10d633..4b04c2b7d5 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -14,7 +14,6 @@ SYNOPSIS
'git tag' -d <tagname>...
'git tag' [-n[<num>]] -l [--contains <commit>] [--points-at <object>]
[--column[=<options>] | --no-column] [<pattern>...]
- [<pattern>...]
'git tag' -v <tagname>...
DESCRIPTION