Przeglądaj źródła

Match osx branch gitconfig changes

Andrew Swistak 11 lat temu
rodzic
commit
839aeecd61
1 zmienionych plików z 4 dodań i 0 usunięć
  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