git: Use zealous diff3 style of merge conflict presentation
This is only available from git 2.35. A description of how this works is
in the original commit.
4496526f80
This commit is contained in:
parent
a5861f627d
commit
c878a7b0be
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
cmd = kitty +kitten diff $LOCAL $REMOTE
|
cmd = kitty +kitten diff $LOCAL $REMOTE
|
||||||
[merge]
|
[merge]
|
||||||
tool = diffconflicts
|
tool = diffconflicts
|
||||||
conflictstyle = diff3
|
conflictstyle = zdiff3
|
||||||
ff = only
|
ff = only
|
||||||
[mergetool]
|
[mergetool]
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
Loading…
Reference in a new issue