瀏覽代碼

Match osx branch gitconfig changes

Andrew Swistak 11 年之前
父節點
當前提交
839aeecd61
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      gitconfig

+ 4 - 0
gitconfig

@@ -6,6 +6,8 @@
 [merge]
   tool = vimdiff
   conflictstyle = diff3
+[mergetool]
+  prompt = false
 [core]
   editor = vim -f
 [mergetool]
@@ -19,3 +21,5 @@
   ca = commit -a
   d = diff
   ch = checkout
+[diff]
+  tool = vimdiff