Fix Kaleidoscope tool for git merging

Bo Jeanes 2017-04-02 10:19:47 +10:00
parent 5f99942c10
commit fd85d405d4
2 changed files with 13 additions and 4 deletions

View File

@ -65,9 +65,11 @@
algorithm = minimal
mnemonicprefix = true
renames = copies
[merge]
conflictstyle = diff3
tool = Kaleidoscope
tool = ksdiff
[difftool]
prompt = false
[difftool "ksdiff"]
cmd = "ksdiff $LOCAL $REMOTE"
[pull]
rebase = true
[heroku]

View File

@ -2,7 +2,14 @@
[merge]
summary = true
tool = opendiff
conflictstyle = diff3
tool = Kaleidoscope
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[mergetool]
prompt = false
# http://bitfission.com/blog/2010/07/auto-merge-gemfile-lock.html
[merge "bundlelock"]