@@ -49,6 +49,9 @@ UI, Workflows & Features
4949 * Removal of ".git/branches" and ".git/remotes" support in the
5050 BreakingChanges document has been further clarified.
5151
52+ * What happens to submodules during merge has been documented in a
53+ bit more detail.
54+
5255
5356Performance, Internal Implementation, Development Support etc.
5457--------------------------------------------------------------
@@ -57,6 +60,9 @@ Performance, Internal Implementation, Development Support etc.
5760
5861 * meson-based build now supports the unsafe-sha1 build knob.
5962
63+ * The meson-based build procedure covers contrib/ and other places as
64+ well.
65+
6066 * The code to check LSan results has been simplified and made more
6167 robust.
6268 (merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint).
@@ -84,6 +90,9 @@ Performance, Internal Implementation, Development Support etc.
8490
8591 * "git difftool" code clean-up.
8692
93+ * Rename processing in the recursive merge backend has seen a micro
94+ optimization.
95+
8796
8897Fixes since v2.48
8998-----------------
@@ -241,6 +250,10 @@ Fixes since v2.48
241250 been fast-forwarded.
242251 (merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint).
243252
253+ * The use of "paste" command for aggregating the test results have
254+ been corrected.
255+ (merge ce98863204 dk/test-aggregate-results-paste-fix later to maint).
256+
244257 * Other code cleanup, docfix, build fix, etc.
245258 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
246259 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments