From 2d677e5b1537692a4f875740a6e9853c24285f02 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 7 May 2021 12:35:33 +0900 Subject: The fourteenth batch Signed-off-by: Junio C Hamano diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt index f4e5191..fa79067 100644 --- a/Documentation/RelNotes/2.32.0.txt +++ b/Documentation/RelNotes/2.32.0.txt @@ -7,6 +7,13 @@ Backward compatibility notes * ".gitattributes", ".gitignore", and ".mailmap" files that are symbolic links are ignored. + * "git apply --3way" used to first attempt a straight application, + and only fell back to the 3-way merge algorithm when the stright + application failed. Starting with this version, the command will + first try the 3-way merge algorithm and only when it fails (either + resulting with conflict or the base versions of blobs are missing), + falls back to the usual patch application. + Updates since v2.31 ------------------- @@ -80,6 +87,26 @@ UI, Workflows & Features * "git log" learned "--diff-merges=