diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-21 14:07:08 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-21 14:07:08 +0900 |
commit | 95a731ce92c7576d927f0d8a9b27c206cb58c2e6 (patch) | |
tree | 41ab1a88e854fce66bda9527bdfa28e5b8fbf3d7 | |
parent | 1c89be1db2463c970b3b51e576d6f5f5d33c9bfe (diff) | |
download | git-95a731ce92c7576d927f0d8a9b27c206cb58c2e6.tar.gz |
Almost ready for 2.15.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.15.1.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.1.txt b/Documentation/RelNotes/2.15.1.txt index 15b24a0b76..47f23b56fe 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. |