X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/947105c36b4dd765db4164183bbb99ecc4160d0b..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/git/config diff --git a/git/config b/git/config index 6e0ef15..a759c2e 100644 --- a/git/config +++ b/git/config @@ -11,6 +11,8 @@ recurseSubmodules = check [diff] tool = vimdiff +[diff "gpg"] + textconv = gpg --quiet --decrypt --use-agent [color "diff"] new = cyan bold old = red bold @@ -20,15 +22,17 @@ 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 +40,9 @@ [pull] rebase = interactive [branch "master"] - rebase = preserve + rebase = merges [branch "develop"] - rebase = preserve + rebase = merges [commit] verbose = true [alias] @@ -49,3 +53,6 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true + +[includeIf "gitdir:~/src/fpp/**"] + path = ~/.config/git/fpp.config