]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Let's see PGP git signatures
[dotfiles.git] / git / .gitconfig
index c5eff0d930a8b7ffa71db3a193e79fc642660991..f4045b6927877c3cfa04be90723537754dade5e0 100644 (file)
@@ -21,6 +21,7 @@
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
 [log]
        date = iso8601
+       showSignature = true
 [push]
        default = current
 [rebase]
@@ -36,3 +37,5 @@
        lineNumber = true
 [merge]
        tool = vimdiff
+[pull]
+       ff = only