X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2b7144b8172cd5020b60e64da9a0864e0b277909..fdd63454b51a35418ec23d3489cf20ae66a2299d:/git/config diff --git a/git/config b/git/config index 926e1fb..406c28c 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,7 +22,7 @@ smtpserver = /usr/bin/msmtp smtpuser = [mergetool "fugitive"] - cmd = vim -f -c \"Gdiffsplit!\" \"$MERGED\" + cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\" [merge] tool = fugitive defaultToUpstream = true @@ -31,12 +33,17 @@ 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"] @@ -54,3 +61,5 @@ [includeIf "gitdir:~/src/fpp/**"] path = ~/.config/git/fpp.config +[credential] + helper = cache