Use minimal algorithm for git diff.

This commit is contained in:
Gea-Suan Lin
2021-10-28 11:20:35 +08:00
parent b89f48b0ee
commit a235b2982e

View File

@@ -13,7 +13,7 @@
[core]
preloadindex = yes
[diff]
algorithm = patience
algorithm = minimal
[merge]
tool = vimdiff
[pull]