The eleventh (aka "ort") batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Apr 16, 2021 at 13:53 UTC
b0c09ab8796fb736efa432b8e817334f3e5ee75a
1 file changed
+6
Documentation/RelNotes/2.32.0.txt
+6
index ea220f2a51..c746ad11c9 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -120,6 +120,12 @@ Performance, Internal Implementation, Development Support etc.
* The last remnant of gettext-poison has been removed.
+ * The test framework has been taught to optionally turn the default
+ merge strategy to "ort" throughout the system where we use
+ three-way merges internally, like cherry-pick, rebase etc.,
+ primarily to enhance its test coverage (the strategy has been
+ available as an explicit "-s ort" choice).
+
Fixes since v2.31
-----------------