From 7bc77766e127d94afe67a3fd900105514b6659dd Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 27 Nov 2017 10:58:31 +0900 Subject: [PATCH] A bit more fixes for 2.15.1 We've been waiting long enough, a few more would not hurt ;-) Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.15.1.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/RelNotes/2.15.1.txt b/Documentation/RelNotes/2.15.1.txt index 81dd64b4ad..a6ae4c1aeb 100644 --- a/Documentation/RelNotes/2.15.1.txt +++ b/Documentation/RelNotes/2.15.1.txt @@ -76,5 +76,10 @@ Fixes since v2.15 * We used to add an empty alternate object database to the system that does not help anything; it has been corrected. + * Error checking in "git imap-send" for empty response has been + improved. + + * An ancient bug in "git apply --ignore-space-change" codepath has + been fixed. Also contains various documentation updates and code clean-ups. -- 2.11.4.GIT