Use diff3 merge conflict style setting

This will show the original lines present in a given conflict block,
which gives more context for resolving the conflict.
master
Jordan Atwood 2 years ago
parent 8e7fc10d7e
commit 4014f6bb25
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 4
      src/.gitconfig

@ -71,6 +71,10 @@
diffFilter = ((type diff-highlight >/dev/null 2>&1 && diff-highlight) || $(git config core.pager))
[log]
follow = true
[merge]
# TODO: Switch this to the even better "zdiff3" (zealous diff3) setting once
# git 2.35 is available in Debian stable
conflictstyle = diff3
[notes]
displayRef = refs/notes/*
[pager]

Loading…
Cancel
Save