aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-04-03 15:26:34 -0700
committerJunio C Hamano <gitster@pobox.com>2026-04-03 15:26:34 -0700
commit2855562ca6a9c6b0e7bc780b050c1e83c9fcfbd0 (patch)
tree488cfa5bd3976df155c9bcee9a7b8f8f1b3ebecc
parentdc9afb66cf013dd8f80dfeffb595de1f27ef7a89 (diff)
downloadgit-2855562ca6a9c6b0e7bc780b050c1e83c9fcfbd0.tar.xz
A couple more on top of -rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.54.0.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 629e603f43..04c038f035 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -277,6 +277,12 @@ Performance, Internal Implementation, Development Support etc.
* In case homebrew breaks REG_ENHANCED again, leave a in-code comment
to suggest use of our replacement regex as a workaround.
+ * MinGW build updates.
+
+ * The way dash 0.5.13 handles non-ASCII contents in here-doc
+ is buggy and breaks our existing tests, which unfortunately
+ have been rewritten to avoid triggering the bug.
+
Fixes since v2.53
-----------------