]> git.netwichtig.de Git - user/henk/vcsh/git.git/commitdiff
feat: show common ancestor in merge conflicts
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Mon, 30 Jan 2023 15:15:23 +0000 (16:15 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Mon, 30 Jan 2023 15:15:23 +0000 (16:15 +0100)
.config/git/config

index 66163ddab251bdecdb216bfe379544ab55e8aef9..06f7209166613ab13b9335989011ee48cbefc392 100644 (file)
@@ -46,6 +46,8 @@
 [merge]
   # use vimdiff as mergetool
   tool = vimdiff
+  # this shows the ancestor
+  conflictstyle = diff3
 [pretty]
   compact = %C(auto)%h%Cgreen% cs%Cblue%<(15,trunc)% an%C(auto)%d%Creset% s
 [push]