Almost ready for 2.15.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Nov 21, 2017 at 14:07 UTC 95a731ce92c7576d927f0d8a9b27c206cb58c2e6
1 file changed +12
Documentation/RelNotes/2.15.1.txt
+12
@@ -64,5 +64,17 @@ Fixes since v2.15
64
65 * Updates from GfW project.
66
67 + * "git rebase -i" recently started misbehaving when a submodule that
68 + is configured with 'submodule.<name>.ignore' is dirty; this has
69 + been corrected.
70 +
71 + * Some error messages did not quote filenames shown in it, which have
72 + been fixed.
73 +
74 + * Building with NO_LIBPCRE1_JIT did not disable it, which has been fixed.
75 +
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
80 Also contains various documentation updates and code clean-ups.