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 <gitster@pobox.com>
Junio C Hamano committed
Nov 27, 2017 at 10:58 UTC
7bc77766e127d94afe67a3fd900105514b6659dd
1 file changed
+5
Documentation/RelNotes/2.15.1.txt
+5
@@ -76,5 +76,10 @@ Fixes since v2.15
76
* We used to add an empty alternate object database to the system
77
that does not help anything; it has been corrected.
78
79
+ * Error checking in "git imap-send" for empty response has been
80
+ improved.
81
+
82
+ * An ancient bug in "git apply --ignore-space-change" codepath has
83
+ been fixed.
84
85
Also contains various documentation updates and code clean-ups.