summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-23 16:09:44 -0700
committerJunio C Hamano <gitster@pobox.com>2014-07-23 16:09:44 -0700
commit7b43d41db10d299c065a9c85efa04603d35acb74 (patch)
tree5f558691438649f72cd56154ef4f1446ada72e03 /git-tag.txt
parentdbe510515297d8d56e909741183ce54b1c4bcb58 (diff)
downloadgit-htmldocs-7b43d41db10d299c065a9c85efa04603d35acb74.tar.gz
Autogenerated HTML docs for v2.0.3-693-g996b
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-tag.txt b/git-tag.txt
index b424a1bc4..320908369 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -99,7 +99,9 @@ OPTIONS
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.
+ 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::
@@ -317,6 +319,7 @@ include::date-formats.txt[]
SEE ALSO
--------
linkgit:git-check-ref-format[1].
+linkgit:git-config[1].
GIT
---