File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Backward compatibility warning(s)
5
5
---------------------------------
6
6
7
7
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:
9
10
10
11
* Output from "git log --decorate" (and "%d" format specifier used in
11
12
the userformat "--format=<string>" parameter "git log" family of
@@ -216,7 +217,7 @@ notes for details).
216
217
(merge 339de50 dk/format-patch-ignore-diff-submodule later to maint).
217
218
218
219
* 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
220
221
Basic authentication without a bit of help/encouragement.
221
222
(merge 4dbe664 bc/http-fallback-to-password-after-krb-fails later to maint).
222
223
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.4.0-rc0
4
+ DEF_VER=v2.4.0-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments