Re: [PATCH 13/20] arm64: dts: qcom: kaanapali: Add QUPv3 configuration for serial engines
From: Konstantin Ryabitsev
Date: Mon Sep 29 2025 - 09:11:41 EST
On Mon, Sep 29, 2025 at 02:41:27PM +0800, Aiqun(Maria) Yu wrote:
> We’ve tried using git format-patch --patience, and it did help avoid the
> deletion lines issue. However, when we send out patches using the B4
> tool, the formatting still defaults to the standard behavior.
> The challenge now is: how can we integrate the functionality of git
> format-patch --patience into the B4 workflow?
> Any ideas?>
You can set this in your .git/config:
[diff]
algorithm = patience
-K