summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-02 19:46:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-02 19:46:06 (GMT)
commit6ae0d972664134b82a6dd164a01e8adbebeaffe3 (patch)
treead2b1f0f3c86b7d04023901e6f2daceebb503ee9 /Documentation
parent3c6151dad310db71f599dbfbac329fa961f29794 (diff)
downloadgit-6ae0d972664134b82a6dd164a01e8adbebeaffe3.zip
git-6ae0d972664134b82a6dd164a01e8adbebeaffe3.tar.gz
git-6ae0d972664134b82a6dd164a01e8adbebeaffe3.tar.bz2
Git 2.4.0-rc1v2.4.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.4.0.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.4.0.txt b/Documentation/RelNotes/2.4.0.txt
index 730c8f8..21df61c 100644
--- a/Documentation/RelNotes/2.4.0.txt
+++ b/Documentation/RelNotes/2.4.0.txt
@@ -5,7 +5,8 @@ Backward compatibility warning(s)
---------------------------------
This release has a few changes in the user-visible output from
-Porcelain commands, which the users may want to be aware of.
+Porcelain commands. These are not meant to be parsed by scripts, but
+the users still may want to be aware of the changes:
* Output from "git log --decorate" (and "%d" format specifier used in
the userformat "--format=<string>" parameter "git log" family of
@@ -216,7 +217,7 @@ notes for details).
(merge 339de50 dk/format-patch-ignore-diff-submodule later to maint).
* After attempting and failing a password-less authentication
- (e.g. kerberos), libcURL refuses to fall back to password based
+ (e.g. Kerberos), libcURL refuses to fall back to password based
Basic authentication without a bit of help/encouragement.
(merge 4dbe664 bc/http-fallback-to-password-after-krb-fails later to maint).