@@ -431,39 +431,7 @@ include::config/url.txt[]
431
431
432
432
include::config/user.txt[]
433
433
434
- versionsort.prereleaseSuffix (deprecated)::
435
- Deprecated alias for `versionsort.suffix`. Ignored if
436
- `versionsort.suffix` is set.
437
-
438
- versionsort.suffix::
439
- Even when version sort is used in linkgit:git-tag[1], tagnames
440
- with the same base version but different suffixes are still sorted
441
- lexicographically, resulting e.g. in prerelease tags appearing
442
- after the main release (e.g. "1.0-rc1" after "1.0"). This
443
- variable can be specified to determine the sorting order of tags
444
- with different suffixes.
445
- +
446
- By specifying a single suffix in this variable, any tagname containing
447
- that suffix will appear before the corresponding main release. E.g. if
448
- the variable is set to "-rc", then all "1.0-rcX" tags will appear before
449
- "1.0". If specified multiple times, once per suffix, then the order of
450
- suffixes in the configuration will determine the sorting order of tagnames
451
- with those suffixes. E.g. if "-pre" appears before "-rc" in the
452
- configuration, then all "1.0-preX" tags will be listed before any
453
- "1.0-rcX" tags. The placement of the main release tag relative to tags
454
- with various suffixes can be determined by specifying the empty suffix
455
- among those other suffixes. E.g. if the suffixes "-rc", "", "-ck" and
456
- "-bfs" appear in the configuration in this order, then all "v4.8-rcX" tags
457
- are listed first, followed by "v4.8", then "v4.8-ckX" and finally
458
- "v4.8-bfsX".
459
- +
460
- If more than one suffixes match the same tagname, then that tagname will
461
- be sorted according to the suffix which starts at the earliest position in
462
- the tagname. If more than one different matching suffixes start at
463
- that earliest position, then that tagname will be sorted according to the
464
- longest of those suffixes.
465
- The sorting order between different suffixes is undefined if they are
466
- in multiple config files.
434
+ include::config/versionsort.txt[]
467
435
468
436
web.browser::
469
437
Specify a web browser that may be used by some commands.
0 commit comments