Browse Source

git: use newer diff options

Thomas Dy 2 months ago
parent
commit
bbb6a81292
1 changed files with 2 additions and 2 deletions
  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"]