summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 18:01:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-03 18:01:24 (GMT)
commit85df7cd48739cf252c4e6621251845f8ee117d6a (patch)
tree881548291149f5c107a47d82499d783e549ca613 /Documentation
parentc0d503433f99916f727b8ce75be957ee650a4095 (diff)
parent35813042ef7e8afd275f41f790d68d32906766cb (diff)
downloadgit-85df7cd48739cf252c4e6621251845f8ee117d6a.zip
git-85df7cd48739cf252c4e6621251845f8ee117d6a.tar.gz
git-85df7cd48739cf252c4e6621251845f8ee117d6a.tar.bz2
Merge branch 'kn/tag-doc-fix'
* kn/tag-doc-fix: Documentation/tag: remove double occurance of "<pattern>"
Diffstat (limited to 'Documentation')
-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 034d10d..4b04c2b 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