Re: [PATCH 1/5] arm64: dts: qcom: msm8917-xiaomi-riva: Commonize for Redmi 4A and GO
From: Konrad Dybcio
Date: Mon Mar 09 2026 - 09:01:27 EST
On 3/5/26 6:28 PM, Barnabás Czémán wrote:
> Redmi 5A is very similar for Redmi 4A (rolex) and Redmi GO (tiare),
> it can be commonized for avoid unnecessary code duplications.
>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx>
> ---
Could you please try adding the following to your gitconfig:
[diff]
renameLimit = 999999
algorithm = histogram # or 'copies'
renames = copies
and see if this generates a shorter diff?
Konrad