diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2015-02-26 17:44:01 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-27 13:38:22 -0800 |
commit | d811c8e17c652e62a97e75abf80dfea5d81ef309 (patch) | |
tree | 047e6678d308dd8032e6a09501764974bc31f93e /Documentation/config.txt | |
parent | fdf96a20acf96a6ac538df8113b2aafd6ed71d50 (diff) | |
download | git-d811c8e17c652e62a97e75abf80dfea5d81ef309.tar.gz |
versionsort: support reorder prerelease suffixes
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9335ff2ae2..69a73458c3 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2523,6 +2523,13 @@ user.signingkey:: This option is passed unchanged to gpg's --local-user parameter, so you may specify a key using any method that gpg supports. +versionsort.prereleaseSuffix:: + When version sort is used in linkgit:git-tag[1], prerelease + tags (e.g. "1.0-rc1") may appear after the main release + "1.0". By specifying the suffix "-rc" in this variable, + "1.0-rc1" will appear before "1.0". One variable assignment + per suffix. + web.browser:: Specify a web browser that may be used by some commands. Currently only linkgit:git-instaweb[1] and linkgit:git-help[1] |