summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-27 01:58:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-27 01:58:31 (GMT)
commit7bc77766e127d94afe67a3fd900105514b6659dd (patch)
treeaa527f24d389ffa46df5c432c0faa204d436902f /Documentation
parent80a0e0fdd6b51744a7c76583874e2993df645e47 (diff)
downloadgit-7bc77766e127d94afe67a3fd900105514b6659dd.zip
git-7bc77766e127d94afe67a3fd900105514b6659dd.tar.gz
git-7bc77766e127d94afe67a3fd900105514b6659dd.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.15.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.1.txt b/Documentation/RelNotes/2.15.1.txt
index 81dd64b..a6ae4c1 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.