diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:01:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:01:24 -0700 |
commit | 85df7cd48739cf252c4e6621251845f8ee117d6a (patch) | |
tree | 881548291149f5c107a47d82499d783e549ca613 /Documentation/git-tag.txt | |
parent | Merge branch 'mh/fast-import-get-mark' (diff) | |
parent | Documentation/tag: remove double occurance of "<pattern>" (diff) | |
download | tgif-85df7cd48739cf252c4e6621251845f8ee117d6a.tar.xz |
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.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 |