From b368dfd0a7a160940cce6aea194cce64b4e6cdda Mon Sep 17 00:00:00 2001 From: Christian Treppo Date: Sun, 6 Jan 2013 18:02:02 +0100 Subject: [PATCH] Configure Macvim as the standard git mergetool Why use something else than Macvim with fugitive.vim as a mergetool? --- git/gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index b956b54..f46e97a 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -84,9 +84,15 @@ svnl = svn log --oneline --show-commit [format] pretty = format:%C(blue)%ad%Creset %C(yellow)%h%C(green)%d%Creset %C(blue)%s %C(magenta) [%an]%Creset +[mergetool] + prompt = false +[mergetool "mvimdiff"] + cmd="mvim -c 'Gdiff' $MERGED" # use fugitive.vim for 3-way merge + keepbackup=false [merge] summary = true verbosity = 1 + tool = mvimdiff [apply] whitespace = nowarn [branch]