X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/24055ed0d1ca784b025e1eb26c1f9c60d597e089..a5cde7ec28f372d33c361960fc56e692e838ef5f:/git/config?ds=inline diff --git a/git/config b/git/config index edd6bab..8f78436 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] @@ -36,9 +40,9 @@ [pull] rebase = interactive [branch "master"] - rebase = preserve + rebase = merges [branch "develop"] - rebase = preserve + rebase = merges [commit] verbose = true [alias] @@ -52,3 +56,5 @@ [includeIf "gitdir:~/src/fpp/**"] path = ~/.config/git/fpp.config +[credential] + helper = cache