A bit more fixes for 2.15.1
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Nov 2017 01:58:31 +0000 (10:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Nov 2017 01:58:31 +0000 (10:58 +0900)
We've been waiting long enough, a few more would not hurt ;-)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.15.1.txt
index 81dd64b4ad3b0722083bebd1e698d434c5a0fa86..a6ae4c1aeb7a2ed4932986e97402545e3608a359 100644 (file)
@@ -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.