Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes: correct name of versionsort.prereleaseSuffix
author
Michael Haggerty
<mhagger@alum.mit.edu>
Thu, 23 Apr 2015 12:27:48 +0000
(14:27 +0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
564705c
)
diff --git
a/Documentation/RelNotes/2.4.0.txt
b/Documentation/RelNotes/2.4.0.txt
index a0ee37de2ef5d193fcea97b2618529e67bd1d9ab..c02de8d2e4ce08ee4b227b8ce5f87d0a4c43776b 100644
(file)
--- 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.prerelease
Suffix 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.