]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
git: Use vimdiff as mergetool on Debian.
authorSimon Ruderich <simon@ruderich.org>
Fri, 15 May 2009 08:35:57 +0000 (10:35 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 15 May 2009 08:35:57 +0000 (10:35 +0200)
gitconfig.m4

index cc29fcbed7b319b80362f3bad147dde9ab98bdce..9ef54b0a873dfe7219002761b0e48060f3971680 100644 (file)
@@ -31,5 +31,8 @@ include(../lib.m4)
 IF(OS, darwin)
        tool = opendiff
 FI
+IF(OS, debian)
+       tool = vimdiff
+FI
 
 # vim: ft=gitconfig