recurseSubmodules = check
[diff]
tool = vimdiff
+[diff "gpg"]
+ textconv = gpg --quiet --decrypt --use-agent
[color "diff"]
new = cyan bold
old = red bold
smtpserver = /usr/bin/msmtp
smtpuser =
[mergetool "fugitive"]
- cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\"
+ cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
[merge]
tool = fugitive
defaultToUpstream = true
[rebase]
autostash = true
autosquash = true
+ stat = true
+ updateRefs = true
+ rescheduleFailedExec = true
[status]
submodulesummary = true
[rerere]
enabled = true
[pull]
rebase = interactive
+[branch]
+ autoSetupMerge = inherit
+ sort = -committerdate
[branch "master"]
rebase = merges
[branch "develop"]
[includeIf "gitdir:~/src/fpp/**"]
path = ~/.config/git/fpp.config
+[credential]
+ helper = cache