diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-19 14:41:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-19 14:41:32 -0700 |
commit | 24493ff5d897d79b2710b98ba1ca714fc91cd557 (patch) | |
tree | 1814c18788c8422ee927785b779b3fc209204017 /Documentation | |
parent | Merge branch 'es/doc-clean-outdated-tools' into maint (diff) | |
parent | Documentation/tag: remove double occurance of "<pattern>" (diff) | |
download | tgif-24493ff5d897d79b2710b98ba1ca714fc91cd557.tar.xz |
Merge branch 'kn/tag-doc-fix' into maint
* kn/tag-doc-fix:
Documentation/tag: remove double occurance of "<pattern>"
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-tag.txt | 1 |
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 |