]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
ncmpcpp: I'm really not getting this one right am I?
[dotfiles.git] / git / config
index bfbfc4c93ba4862057d6766642f54e8bcd8758da..1c5b482339fc048e2548fc93b43e20da3afb3118 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Samir Benmendil
 [user]
        name = Samir Benmendil
-       email = samir.benmendil@gmail.com
+       email = me@rmz.io
 [color]
        branch = auto
        status = auto
 [color]
        branch = auto
        status = auto
        smtpserver = smtp.gmail.com
        smtpuser = samir.benmendil@gmail.com
        smtpserverport = 587
        smtpserver = smtp.gmail.com
        smtpuser = samir.benmendil@gmail.com
        smtpserverport = 587
+[mergetool "fugitive"]
+       cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
+[merge]
+       tool = fugitive
+       defaultToUpstream = true
+[mergetool]
+       prompt = no
+[rebase]
+       autostash = true
+       autosquash = true
+[status]
+       submodulesummary = true
+[rerere]
+       enable = true