Skip to content

Commit 6ae0d97

Browse files
committed
Git 2.4.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3c6151d commit 6ae0d97

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Documentation/RelNotes/2.4.0.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Backward compatibility warning(s)
55
---------------------------------
66

77
This release has a few changes in the user-visible output from
8-
Porcelain commands, which the users may want to be aware of.
8+
Porcelain commands. These are not meant to be parsed by scripts, but
9+
the users still may want to be aware of the changes:
910

1011
* Output from "git log --decorate" (and "%d" format specifier used in
1112
the userformat "--format=<string>" parameter "git log" family of
@@ -216,7 +217,7 @@ notes for details).
216217
(merge 339de50 dk/format-patch-ignore-diff-submodule later to maint).
217218

218219
* After attempting and failing a password-less authentication
219-
(e.g. kerberos), libcURL refuses to fall back to password based
220+
(e.g. Kerberos), libcURL refuses to fall back to password based
220221
Basic authentication without a bit of help/encouragement.
221222
(merge 4dbe664 bc/http-fallback-to-password-after-krb-fails later to maint).
222223

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.4.0-rc0
4+
DEF_VER=v2.4.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)