summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-23 16:12:16 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-23 16:12:16 -0800
commitbcd98f41a1bf21a71ee80e4b1f381e1290909b66 (patch)
treefaa0ecb1fde3faadccff99ae4e5645e6e5193e9d /git-tag.txt
parentdda5d0f90ca5a00a9569d110908046ae4425840e (diff)
downloadgit-htmldocs-bcd98f41a1bf21a71ee80e4b1f381e1290909b66.tar.gz
Autogenerated HTML docs for v2.11.0-485-g4e595
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 76cfe40d9..5055a9682 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -101,8 +101,8 @@ OPTIONS
multiple times, in which case the last key becomes the primary
key. Also supports "version:refname" or "v:refname" (tag
names are treated as versions). The "version:refname" sort
- order can also be affected by the
- "versionsort.prereleaseSuffix" configuration variable.
+ order can also be affected by the "versionsort.suffix"
+ configuration variable.
The keys supported are the same as those in `git for-each-ref`.
Sort order defaults to the value configured for the `tag.sort`
variable if it exists, or lexicographic order otherwise. See