File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2527,8 +2527,13 @@ versionsort.prereleaseSuffix::
2527
2527
When version sort is used in linkgit:git-tag[1], prerelease
2528
2528
tags (e.g. "1.0-rc1") may appear after the main release
2529
2529
"1.0". By specifying the suffix "-rc" in this variable,
2530
- "1.0-rc1" will appear before "1.0". One variable assignment
2531
- per suffix.
2530
+ "1.0-rc1" will appear before "1.0".
2531
+ +
2532
+ This variable can be specified multiple times, once per suffix. The
2533
+ order of suffixes in the config file determines the sorting order
2534
+ (e.g. if "-pre" appears before "-rc" in the config file then 1.0-preXX
2535
+ is sorted before 1.0-rcXX). The sorting order between different
2536
+ suffixes is undefined if they are in multiple config files.
2532
2537
2533
2538
web.browser::
2534
2539
Specify a web browser that may be used by some commands.
You can’t perform that action at this time.
0 commit comments