On 2026-03-09 13:55, Konrad Dybcio wrote:
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 <[email protected]>
---
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?
It is inverting the diff there will be less change in
msm8917-xiaomi-riva-common.dtsi
and a lot of deletion in msm8917-xiaomi-riva.dts.
I can split the commit in that case rename will be shown properly but
riva devicetree
will be removed temporarily.
Konrad