Преглед на файлове

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"]