summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-06 21:53:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-06 21:53:45 (GMT)
commit63a35025b11bf0e7ef39693aeea3b639a066b7b8 (patch)
tree6620081ae4586be29e7d0710ef66db13f4bb21fe /Documentation
parenta3fe55458ae937b159eeb68dc2ae1ec810aa7d7e (diff)
parentd92347f59fefb95a2d9240c007a44f408c216fa7 (diff)
downloadgit-63a35025b11bf0e7ef39693aeea3b639a066b7b8.zip
git-63a35025b11bf0e7ef39693aeea3b639a066b7b8.tar.gz
git-63a35025b11bf0e7ef39693aeea3b639a066b7b8.tar.bz2
Sync with maint
* maint: Almost ready for 2.8.3
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.8.3.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.3.txt b/Documentation/RelNotes/2.8.3.txt
index 6030f38..af18478 100644
--- a/Documentation/RelNotes/2.8.3.txt
+++ b/Documentation/RelNotes/2.8.3.txt
@@ -58,4 +58,13 @@ Fixes since v2.8.2
See http://thread.gmane.org/gmane.comp.version-control.git/291853
and http://thread.gmane.org/gmane.comp.version-control.git/275680.
+ * "git replace -e" did not honour "core.editor" configuration.
+
+ * Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
+ we use in imap-send, which has been adjusted for the change.
+
+ * "git submodule" reports the paths of submodules the command
+ recurses into, but this was incorrect when the command was not run
+ from the root level of the superproject.
+
Also contains minor documentation updates and code clean-ups.