]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
:8080 is taken by tofuproxy
[dotfiles.git] / git / .gitconfig
index f4045b6927877c3cfa04be90723537754dade5e0..b3d796fd5889cee173806688567889e9e3d31a89 100644 (file)
 [core]
        excludesfile = /home/stargrave/.git-ignore
        quotepath = false
-       filemode = true
-       logallrefupdates = true
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
+       pager=diff-highlight | $PAGER
 [log]
        date = iso8601
-       showSignature = true
 [push]
        default = current
 [rebase]
@@ -31,7 +29,9 @@
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
+       colorMoved = default
+       colorMovedWS = allow-indentation-change
        tool = vimdiff
 [grep]
        lineNumber = true
@@ -39,3 +39,9 @@
        tool = vimdiff
 [pull]
        ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master
+[format]
+       useAutoBase = true