Merge branch 'kn/tag-doc-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:23 +0000 (11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:24 +0000 (11:01 -0700)
* kn/tag-doc-fix:
Documentation/tag: remove double occurance of "<pattern>"

1  2 
Documentation/git-tag.txt
index 034d10d633c343b17a83879b00aae3ba2a98a388,a994b3b198393def11f8612afb852696c2f1cb8f..4b04c2b7d500521f1cf963a89ed010512faa29c6
@@@ -14,7 -14,6 +14,6 @@@ SYNOPSI
  '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
@@@ -98,13 -97,10 +97,13 @@@ OPTION
  --sort=<type>::
        Sort in a specific order. Supported type is "refname"
        (lexicographic order), "version:refname" or "v:refname" (tag
 -      names are treated as versions). Prepend "-" to reverse sort
 -      order. When this option is not given, the sort order defaults to the
 -      value configured for the 'tag.sort' variable if it exists, or
 -      lexicographic order otherwise. See linkgit:git-config[1].
 +      names are treated as versions). The "version:refname" sort
 +      order can also be affected by the
 +      "versionsort.prereleaseSuffix" configuration variable. Prepend
 +      "-" to reverse sort order. When this option is not given, the
 +      sort order defaults to the value configured for the 'tag.sort'
 +      variable if it exists, or lexicographic order otherwise. See
 +      linkgit:git-config[1].
  
  --column[=<options>]::
  --no-column::
@@@ -158,13 -154,13 +157,13 @@@ This option is only applicable when lis
  CONFIGURATION
  -------------
  By default, 'git tag' in sign-with-default mode (-s) will use your
 -committer identity (of the form "Your Name <\your@email.address>") to
 +committer identity (of the form `Your Name <your@email.address>`) to
  find a key.  If you want to use a different default key, you can specify
  it in the repository configuration as follows:
  
  -------------------------------------
  [user]
 -    signingkey = <gpg-key-id>
 +    signingKey = <gpg-key-id>
  -------------------------------------