[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:
parent
05606d745f
commit
2c0a0ab332
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
color = true
|
color = true
|
||||||
[diff]
|
[diff]
|
||||||
tool = KS
|
tool = KS
|
||||||
|
algorithm = histogram
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
[difftool "KS"]
|
[difftool "KS"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue