]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
mpv: don't ignore vp9 codecs
[dotfiles.git] / git / config
index 954a76ad484406ab36a2dcecca283b43b4394158..a759c2e95004ba4e0c18886c1f912ced60fb8388 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
 [merge]
        tool = fugitive
        defaultToUpstream = true
+       conflictstyle = diff3
 [mergetool]
        prompt = no
 [rebase]
        autostash = true
        autosquash = true
+       stat = true
 [status]
        submodulesummary = true
 [rerere]