]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Let's try to use zdiff3
[dotfiles.git] / git / .gitconfig
index 0263b614a5323972a520d289b4be8ddd385cbe30..f947858758ae208b5e8bfe8b2d8ae13476776e67 100644 (file)
@@ -16,9 +16,8 @@
 [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
 [push]
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
+       colorMoved = default
+       colorMovedWS = allow-indentation-change
        tool = vimdiff
 [grep]
        lineNumber = true
 [merge]
        tool = vimdiff
+       conflictStyle = zdiff3
 [pull]
        ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master
+[format]
+       useAutoBase = true