]> git.rmz.io Git - dotfiles.git/blobdiff - git/config
mpv: don't ignore vp9 codecs
[dotfiles.git] / git / config
index edd6babf7860b4de6ddb22b1fc59ceb1e0a83d86..a759c2e95004ba4e0c18886c1f912ced60fb8388 100644 (file)
@@ -11,6 +11,8 @@
        recurseSubmodules = check
 [diff]
        tool = vimdiff
        recurseSubmodules = check
 [diff]
        tool = vimdiff
+[diff "gpg"]
+       textconv = gpg --quiet --decrypt --use-agent
 [color "diff"]
        new = cyan bold
        old = red bold
 [color "diff"]
        new = cyan bold
        old = red bold
 [merge]
        tool = fugitive
        defaultToUpstream = true
 [merge]
        tool = fugitive
        defaultToUpstream = true
+       conflictstyle = diff3
 [mergetool]
        prompt = no
 [rebase]
        autostash = true
        autosquash = true
 [mergetool]
        prompt = no
 [rebase]
        autostash = true
        autosquash = true
+       stat = true
 [status]
        submodulesummary = true
 [rerere]
 [status]
        submodulesummary = true
 [rerere]
@@ -36,9 +40,9 @@
 [pull]
        rebase = interactive
 [branch "master"]
 [pull]
        rebase = interactive
 [branch "master"]
-       rebase = preserve
+       rebase = merges
 [branch "develop"]
 [branch "develop"]
-       rebase = preserve
+       rebase = merges
 [commit]
        verbose = true
 [alias]
 [commit]
        verbose = true
 [alias]