X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/738b0558f7d40dbb4b5e58303c41c6d29bcf4d12..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/git/config diff --git a/git/config b/git/config index 954a76a..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 @@ -24,11 +26,13 @@ [merge] tool = fugitive defaultToUpstream = true + conflictstyle = diff3 [mergetool] prompt = no [rebase] autostash = true autosquash = true + stat = true [status] submodulesummary = true [rerere]