浏览代码

git: use newer diff options

Thomas Dy 3 月之前
父节点
当前提交
b50be72152
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .config/git/config

+ 2 - 2
.config/git/config

@@ -2,7 +2,7 @@
 	name = Thomas Dy
 	email = thatsmydoing@gmail.com
 [merge]
-	conflictstyle = diff3
+	conflictstyle = zdiff3
 [core]
 	autocrlf = input
 	hooksPath = ~/.config/git/hooks
@@ -17,7 +17,7 @@
 [color]
 	ui = true
 [diff]
-	algorithm = patience
+	algorithm = histogram
 [difftool]
 	prompt = false
 [difftool "difft"]