.vimrc: Add pearofducks/ansible-vim plugin
[dotfiles.git] / .gitconfig
index 3a5ef17f79e38e5bc3eb879a1157631847b598ae..9cb3982584153ec0558231b0e615ec2a849680fe 100644 (file)
@@ -17,7 +17,7 @@
        out          = !git-outgoing
        # Branch helpers
        bd           = !git-branch-dates
-       bv           = !git branch --color -vv
+       bv           = !git-branch-dates -v
        cv           = !git-cherry-view
        # Diff helpers
        df           = diff
@@ -40,7 +40,8 @@
        filemode = true
        logallrefupdates = true
        whitespace = space-before-tab, trailing-space
-       excludesfile = ~/.gitignore_global
+       excludesfile = ~/.gitfiles/gitignore-global
+       attributesfile = ~/.gitfiles/gitattributes-global
        pager = diff-pager
 
 [interactive]
@@ -60,6 +61,7 @@
        ui = auto
 
 [color "diff"]
+       plain = 241
        meta = blue bold
        frag = magenta bold
        old = red bold
 
 [color "diff-highlight"]
        oldNormal = nobold
-       oldHighlight = red bold
+       oldHighlight = red bold 235
        newNormal = nobold
-       newHighlight = green bold
+       newHighlight = green bold black
+
+[pull]
+       rebase = false
+       ff = only
 
 [push]
        default = matching
+
+[include]
+       path = .gitconfig.local