X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/11a0c9f9676ea9f8f0e8768b3e6cc569786320c4..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/git/config diff --git a/git/config b/git/config index 0461dfd..af16e93 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,6 +32,7 @@ [rebase] autostash = true autosquash = true + stat = true [status] submodulesummary = true [rerere] @@ -51,5 +54,5 @@ process = git-lfs filter-process required = true -[includeIf "gitdir:~/src/fpp/**"] - path = ~/.config/git/fpp.config +[includeIf "gitdir:~/src/wio/**"] + path = ~/.config/git/wio.config