]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
histogram diff algorithm is cooler
[dotfiles.git] / git / .gitconfig
index 0263b614a5323972a520d289b4be8ddd385cbe30..267fd0ef5b7c286c0e578a1fc3bedcda783df510 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,7 @@
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
        tool = vimdiff
 [grep]
        lineNumber = true
@@ -38,3 +39,7 @@
        tool = vimdiff
 [pull]
        ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master