diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2015-04-23 14:27:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-23 11:29:22 -0700 |
commit | 37f4bed11bc253175630474f4c5611af2c96b64e (patch) | |
tree | c92b8ce5bee6c81c6237ce85de9af34b4562a141 | |
parent | Git 2.4.0-rc3 (diff) | |
download | tgif-37f4bed11bc253175630474f4c5611af2c96b64e.tar.xz |
RelNotes: correct name of versionsort.prereleaseSuffix
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.4.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.4.0.txt b/Documentation/RelNotes/2.4.0.txt index a0ee37de2e..c02de8d2e4 100644 --- a/Documentation/RelNotes/2.4.0.txt +++ b/Documentation/RelNotes/2.4.0.txt @@ -109,8 +109,8 @@ UI, Workflows & Features "cd ''" which silently behaves as a no-op. (merge 6a536e2 kn/git-cd-to-empty later to maint). - * The versionsort.prerelease configuration variable can be used to - specify that v1.0-pre1 comes before v1.0. + * The versionsort.prereleaseSuffix configuration variable can be used + to specify that v1.0-pre1 comes before v1.0. * A new "push.followTags" configuration turns the "--follow-tags" option on by default for the "git push" command. |