Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Almost ready for 2.15.1
author
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Nov 2017 05:07:08 +0000
(14:07 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Nov 2017 05:07:08 +0000
(14:07 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.15.1.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
1c89be1
)
diff --git
a/Documentation/RelNotes/2.15.1.txt
b/Documentation/RelNotes/2.15.1.txt
index 15b24a0b765b7f5839da97b66fc591ff9ca1f61b..47f23b56fed17c5b54540ead9851591baddd1414 100644
(file)
--- 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.
* 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.
Also contains various documentation updates and code clean-ups.