Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-20 00:41:32 +0300
committerJunio C Hamano <gitster@pobox.com>2015-08-20 00:41:32 +0300
commit24493ff5d897d79b2710b98ba1ca714fc91cd557 (patch)
tree1814c18788c8422ee927785b779b3fc209204017 /Documentation/git-tag.txt
parentcacee08cd2f0ae8bbbec598c009feedfb7cf177c (diff)
parent35813042ef7e8afd275f41f790d68d32906766cb (diff)
Merge branch 'kn/tag-doc-fix' into maint
* 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