]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
base header auto usage in git-format
[dotfiles.git] / git / .gitconfig
index 1d84f080577c2210aa10cb5faa287d00cd05a855..b00a96b353348eef66d24d962ddf9bba3393b2f2 100644 (file)
@@ -31,7 +31,9 @@
 [notes]
        displayRef = *
 [diff]
-       algorithm = patience
+       algorithm = histogram
+       colorMoved = default
+       colorMovedWS = allow-indentation-change
        tool = vimdiff
 [grep]
        lineNumber = true
@@ -43,3 +45,5 @@
        autocorrect = never
 [init]
        defaultBranch = master
+[format]
+       useAutoBase = true