]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Color moved source code
[dotfiles.git] / git / .gitconfig
index f4045b6927877c3cfa04be90723537754dade5e0..2abb7ec321c42d58d3881d0fb70c4e3c1c397148 100644 (file)
@@ -19,9 +19,9 @@
        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 +31,9 @@
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
+       colorMoved = default
+       colorMovedWS = allow-indentation-change
        tool = vimdiff
 [grep]
        lineNumber = true
@@ -39,3 +41,7 @@
        tool = vimdiff
 [pull]
        ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master