[git] Set diff.algorithm to histogram

I heard somewhere that this algorithm does a slightly better job
showing diffs. Giving it a try.
This commit is contained in:
Eryn Wells 2024-08-02 18:23:21 -07:00
parent 05606d745f
commit 2c0a0ab332

View file

@ -65,6 +65,7 @@
color = true
[diff]
tool = KS
algorithm = histogram
[difftool]
prompt = false
[difftool "KS"]