From: Junio C Hamano Date: Fri, 3 Apr 2026 22:26:34 +0000 (-0700) Subject: A couple more on top of -rc0 X-Git-Tag: v2.54.0-rc1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2855562ca6a9c6b0e7bc780b050c1e83c9fcfbd0;p=thirdparty%2Fgit.git A couple more on top of -rc0 Signed-off-by: Junio C Hamano --- 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 -----------------