]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Color moved source code
[dotfiles.git] / git / .gitconfig
index 067edd0ac86a941519e45bd8ae5602a82b5cd786..2abb7ec321c42d58d3881d0fb70c4e3c1c397148 100644 (file)
@@ -19,6 +19,7 @@
        filemode = true
        logallrefupdates = true
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
+       pager=diff-highlight | $PAGER
 [log]
        date = iso8601
 [push]
@@ -30,7 +31,9 @@
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
+       colorMoved = default
+       colorMovedWS = allow-indentation-change
        tool = vimdiff
 [grep]
        lineNumber = true
@@ -40,3 +43,5 @@
        ff = only
 [help]
        autocorrect = never
+[init]
+       defaultBranch = master