summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-21 05:11:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-21 05:11:40 (GMT)
commit14c63a9dc093d6738454f6369a4f5663ca732cf7 (patch)
tree285523c98a6e9ec57cd401717627bec71a354147 /Documentation/RelNotes
parent719c7020abab6358df891b425684777e719cfa7b (diff)
parent95a731ce92c7576d927f0d8a9b27c206cb58c2e6 (diff)
downloadgit-14c63a9dc093d6738454f6369a4f5663ca732cf7.zip
git-14c63a9dc093d6738454f6369a4f5663ca732cf7.tar.gz
git-14c63a9dc093d6738454f6369a4f5663ca732cf7.tar.bz2
Sync with maint
* maint: Almost ready for 2.15.1
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.15.1.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.1.txt b/Documentation/RelNotes/2.15.1.txt
index 15b24a0..47f23b5 100644
--- a/Documentation/RelNotes/2.15.1.txt
+++ b/Documentation/RelNotes/2.15.1.txt
@@ -64,5 +64,17 @@ Fixes since v2.15
* Updates from GfW project.
+ * "git rebase -i" recently started misbehaving when a submodule that
+ is configured with 'submodule.<name>.ignore' is dirty; this has
+ been corrected.
+
+ * Some error messages did not quote filenames shown in it, which have
+ been fixed.
+
+ * Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.
+
+ * We used to add an empty alternate object database to the system
+ that does not help anything; it has been corrected.
+
Also contains various documentation updates and code clean-ups.