From: Junio C Hamano Date: Mon, 3 Mar 2025 16:52:50 +0000 (-0800) Subject: A few more before -rc1 X-Git-Tag: v2.49.0-rc1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db91954e18654eeebc54c900f44c704002e1866d;p=thirdparty%2Fgit.git A few more before -rc1 Signed-off-by: Junio C Hamano --- 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).