From db91954e18654eeebc54c900f44c704002e1866d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 3 Mar 2025 08:52:50 -0800 Subject: [PATCH] A few more before -rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.49.0.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/RelNotes/2.49.0.adoc b/Documentation/RelNotes/2.49.0.adoc index aa6b378aba..3d253455d3 100644 --- a/Documentation/RelNotes/2.49.0.adoc +++ b/Documentation/RelNotes/2.49.0.adoc @@ -49,6 +49,9 @@ UI, Workflows & Features * Removal of ".git/branches" and ".git/remotes" support in the BreakingChanges document has been further clarified. + * What happens to submodules during merge has been documented in a + bit more detail. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -57,6 +60,9 @@ Performance, Internal Implementation, Development Support etc. * meson-based build now supports the unsafe-sha1 build knob. + * The meson-based build procedure covers contrib/ and other places as + well. + * The code to check LSan results has been simplified and made more robust. (merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint). @@ -84,6 +90,9 @@ Performance, Internal Implementation, Development Support etc. * "git difftool" code clean-up. + * Rename processing in the recursive merge backend has seen a micro + optimization. + Fixes since v2.48 ----------------- @@ -241,6 +250,10 @@ Fixes since v2.48 been fast-forwarded. (merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint). + * The use of "paste" command for aggregating the test results have + been corrected. + (merge ce98863204 dk/test-aggregate-results-paste-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge ddb5287894 jk/t7407-use-test-grep later to maint). (merge 21e1b44865 aj/difftool-config-doc-fix later to maint). -- 2.47.2