aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-18 09:07:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-18 09:07:29 +0200
commitba6a213c2996710aa47990be2b7ad0fb14d35660 (patch)
tree93d066cb1eef9888366442169b8d2e961c9111f0
parentssh: reorder hosts (diff)
downloadlinux-home-ba6a213c2996710aa47990be2b7ad0fb14d35660.tar.gz
linux-home-ba6a213c2996710aa47990be2b7ad0fb14d35660.zip
.gitconfig: merge.conflictStyle = diff3
-rw-r--r--%HOME%/.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index 9312ee4..096029d 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -41,6 +41,9 @@
# Follow renames:
follow = true
+[merge]
+ # Show the common ancestor when resolving a conflict:
+ conflictStyle = diff3
[mergetool]
# I don't even know why those are necessary, since we can abort and
# retry merges.