From: Junio C Hamano Date: Fri, 7 May 2021 03:35:33 +0000 (+0900) Subject: The fourteenth batch X-Git-Tag: v2.32.0-rc0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d677e5b1537692a4f875740a6e9853c24285f02;p=thirdparty%2Fgit.git 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 f4e5191ae2..fa79067ec2 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=