Almost ready for 2.8.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 6, 2016 at 14:53 UTC
d92347f59fefb95a2d9240c007a44f408c216fa7
1 file changed
+9
Documentation/RelNotes/2.8.3.txt
+9
@@ -58,4 +58,13 @@ Fixes since v2.8.2
58
See http://thread.gmane.org/gmane.comp.version-control.git/291853
59
and http://thread.gmane.org/gmane.comp.version-control.git/275680.
60
61
+ * "git replace -e" did not honour "core.editor" configuration.
62
+
63
+ * Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
64
+ we use in imap-send, which has been adjusted for the change.
65
+
66
+ * "git submodule" reports the paths of submodules the command
67
+ recurses into, but this was incorrect when the command was not run
68
+ from the root level of the superproject.
69
+
70
Also contains minor documentation updates and code clean-ups.