]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
.gitconfig: use merge conflictstyle diff3
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 11 Mar 2016 22:31:59 +0000 (15:31 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 16 Mar 2016 22:26:16 +0000 (16:26 -0600)
This conflictstyle seems to be easier for me when doing three-way merges
in some very complex cases where vimdiff or kdiff with 4 panes open
doesn't help enough.

gitconfig

index 0f4f4e61e9b9a48c3ff209aeafc9d15bcf56f8ba..03591f193625cc2d804cd574e1f82e74bd649a71 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -8,13 +8,14 @@
 [log]
        decorate = true
 [diff]
-        ; diff.tool kdiff3 useful for 'git diffall'
+       ; diff.tool kdiff3 useful for 'git diffall'
        tool = kdiff3
        mnemonicprefix = true
 [difftool]
        prompt = false
 [merge]
        tool = vimdiff
+       conflictstyle = diff3
 [mergetool]
        prompt = false
 [push]