]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A few more before -rc1
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 16:52:50 +0000 (08:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 16:53:03 +0000 (08:53 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.adoc

index aa6b378abacac716dc06b13eb28449aac48b1974..3d253455d373a9ef2d075d257db4c387e9d6b0e4 100644 (file)
@@ -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).