File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,13 @@ OPTIONS
98
98
--sort=<type>::
99
99
Sort in a specific order. Supported type is "refname"
100
100
(lexicographic order), "version:refname" or "v:refname" (tag
101
- names are treated as versions). Prepend "-" to reverse sort
102
- order. When this option is not given, the sort order defaults to the
103
- value configured for the 'tag.sort' variable if it exists, or
104
- lexicographic order otherwise. See linkgit:git-config[1].
101
+ names are treated as versions). The "version:refname" sort
102
+ order can also be affected by the
103
+ "versionsort.prereleaseSuffix" configuration variable. Prepend
104
+ "-" to reverse sort order. When this option is not given, the
105
+ sort order defaults to the value configured for the 'tag.sort'
106
+ variable if it exists, or lexicographic order otherwise. See
107
+ linkgit:git-config[1].
105
108
106
109
--column[=<options>]::
107
110
--no-column::
You can’t perform that action at this time.
0 commit comments