summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-28 20:00:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-28 20:00:19 (GMT)
commitb7990520bcac8ca1ade41ac61db80c5dcd0d821a (patch)
tree51400e4f7aaf7025afef483b6619fe1c081a877d
parent5b9496768faba9378a685a2c750c29eb5662332a (diff)
parent64f7a26494f955f56510d82ba7f07fa8b85a2317 (diff)
downloadgit-b7990520bcac8ca1ade41ac61db80c5dcd0d821a.zip
git-b7990520bcac8ca1ade41ac61db80c5dcd0d821a.tar.gz
git-b7990520bcac8ca1ade41ac61db80c5dcd0d821a.tar.bz2
Merge branch 'nd/versioncmp-prereleases'
* nd/versioncmp-prereleases: git tag: mention versionsort.prereleaseSuffix in manpage
-rw-r--r--Documentation/git-tag.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index bfba4ef..f5b267e 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -98,10 +98,13 @@ OPTIONS
--sort=<type>::
Sort in a specific order. Supported type is "refname"
(lexicographic order), "version:refname" or "v:refname" (tag
- names are treated as versions). Prepend "-" to reverse sort
- order. When this option is not given, the sort order defaults to the
- value configured for the 'tag.sort' variable if it exists, or
- lexicographic order otherwise. See linkgit:git-config[1].
+ names are treated as versions). The "version:refname" sort
+ order can also be affected by the
+ "versionsort.prereleaseSuffix" configuration variable. Prepend
+ "-" to reverse sort order. When this option is not given, the
+ sort order defaults to the value configured for the 'tag.sort'
+ variable if it exists, or lexicographic order otherwise. See
+ linkgit:git-config[1].
--column[=<options>]::
--no-column::