]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
nvim: allow normal mode in lsp.rename() popup
[dotfiles.git] / git / config
index 0461dfd351206251ee08cba46e03232b1eb6b07a..9e82d98497439ca730a548213e246b3d182135da 100644 (file)
@@ -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
 [rebase]
        autostash = true
        autosquash = true
+       stat = true
 [status]
        submodulesummary = true
 [rerere]
        enabled = true
 [pull]
        rebase = interactive
+[branch]
+       autoSetupMerge = inherit
 [branch "master"]
        rebase = merges
 [branch "develop"]
@@ -53,3 +58,5 @@
 
 [includeIf "gitdir:~/src/fpp/**"]
        path = ~/.config/git/fpp.config
+[credential]
+       helper = cache