Change git config diff mode to zdiff3

Debian stable supports this feature now. 🎉
master
Jordan Atwood 9 months ago
parent c438b48631
commit 4619c677ab
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 4
      src/.gitconfig

@ -74,9 +74,7 @@
[log] [log]
follow = true follow = true
[merge] [merge]
# TODO: Switch this to the even better "zdiff3" (zealous diff3) setting once conflictstyle = zdiff3
# git 2.35 is available in Debian stable
conflictstyle = diff3
[notes] [notes]
displayRef = refs/notes/* displayRef = refs/notes/*
[pager] [pager]

Loading…
Cancel
Save