X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/11a0c9f9676ea9f8f0e8768b3e6cc569786320c4..c4b190f4d9decd70fb423e2b6263c1f7faf13259:/git/config diff --git a/git/config b/git/config index 0461dfd..579f4c0 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 @@ -30,12 +32,17 @@ [rebase] autostash = true autosquash = true + stat = true + updateRefs = true [status] submodulesummary = true [rerere] enabled = true [pull] rebase = interactive +[branch] + autoSetupMerge = inherit + sort = -committerdate [branch "master"] rebase = merges [branch "develop"] @@ -53,3 +60,5 @@ [includeIf "gitdir:~/src/fpp/**"] path = ~/.config/git/fpp.config +[credential] + helper = cache