]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
vim/fugitive: winfixheight FugitiveIndex window
[dotfiles.git] / git / config
index 6e0ef152045893cae3c7634c8f4a4981a6b26521..926e1fb44a884abd7ad5eef19b2825c4d0869d82 100644 (file)
        smtpserver = /usr/bin/msmtp
        smtpuser = 
 [mergetool "fugitive"]
-       cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
+       cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\"
 [merge]
        tool = fugitive
        defaultToUpstream = true
+       conflictstyle = diff3
 [mergetool]
        prompt = no
 [rebase]
        autostash = true
        autosquash = true
+       stat = true
 [status]
        submodulesummary = true
 [rerere]
@@ -36,9 +38,9 @@
 [pull]
        rebase = interactive
 [branch "master"]
-       rebase = preserve
+       rebase = merges
 [branch "develop"]
-       rebase = preserve
+       rebase = merges
 [commit]
        verbose = true
 [alias]
@@ -49,3 +51,6 @@
        smudge = git-lfs smudge -- %f
        process = git-lfs filter-process
        required = true
+
+[includeIf "gitdir:~/src/fpp/**"]
+       path = ~/.config/git/fpp.config