]> granicus.if.org Git - git/commitdiff
RelNotes: correct name of versionsort.prereleaseSuffix
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 23 Apr 2015 12:27:48 +0000 (14:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2015 18:29:22 +0000 (11:29 -0700)
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.4.0.txt

index a0ee37de2ef5d193fcea97b2618529e67bd1d9ab..c02de8d2e4ce08ee4b227b8ce5f87d0a4c43776b 100644 (file)
@@ -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.