Merge branch 'js/exec-path-coverity-workaround'
[gitweb.git] / Documentation / git-tag.txt
index 76cfe40d969bc5f37dce674f43857ec89f25ae67..5055a9682393409c1ed07e1e417015f46e46a5bc 100644 (file)
@@ -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