]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
git: No need to create .gitignore.
[config/dotfiles.git] / gitconfig.m4
index 1dd4f7b7b3a25f58bb7222b43a0c225582caabfc..4fec07701d98463390b1bc99c45ba34a144405e1 100644 (file)
@@ -7,7 +7,7 @@
 
 [core]
        editor = vim
-       excludesfile = HOME/.gitignore
+       excludesfile = GITIGNORE
 
 [alias]
        # Shortcuts for often used commands.
        me = merge
        # Custom commands.
        glog = log --pretty=oneline --graph --all
+
+[merge]
+IF(OS, darwin)
+       tool = opendiff
+FI
+
+# vim: ft=gitconfig