@@ -49,6 +49,9 @@ UI, Workflows & Features
49
49
* Removal of ".git/branches" and ".git/remotes" support in the
50
50
BreakingChanges document has been further clarified.
51
51
52
+ * What happens to submodules during merge has been documented in a
53
+ bit more detail.
54
+
52
55
53
56
Performance, Internal Implementation, Development Support etc.
54
57
--------------------------------------------------------------
@@ -57,6 +60,9 @@ Performance, Internal Implementation, Development Support etc.
57
60
58
61
* meson-based build now supports the unsafe-sha1 build knob.
59
62
63
+ * The meson-based build procedure covers contrib/ and other places as
64
+ well.
65
+
60
66
* The code to check LSan results has been simplified and made more
61
67
robust.
62
68
(merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint).
@@ -84,6 +90,9 @@ Performance, Internal Implementation, Development Support etc.
84
90
85
91
* "git difftool" code clean-up.
86
92
93
+ * Rename processing in the recursive merge backend has seen a micro
94
+ optimization.
95
+
87
96
88
97
Fixes since v2.48
89
98
-----------------
@@ -241,6 +250,10 @@ Fixes since v2.48
241
250
been fast-forwarded.
242
251
(merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint).
243
252
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
+
244
257
* Other code cleanup, docfix, build fix, etc.
245
258
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
246
259
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments