A few more before -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/Documentation/RelNotes/2.49.0.adoc b/Documentation/RelNotes/2.49.0.adoc
index aa6b378..3d25345 100644
--- a/Documentation/RelNotes/2.49.0.adoc
+++ b/Documentation/RelNotes/2.49.0.adoc
@@ -49,6 +49,9 @@
* 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 @@
* 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 @@
* "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 @@
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).