X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=f947858758ae208b5e8bfe8b2d8ae13476776e67;hb=7420585cdec9f88a5886c94b58c86ee6372f0934;hp=7c3b438232aae2d04ffa7bdb45a28570a72b29ab;hpb=827571cf84f3214aa131a8037cdb04cec58ea167;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 7c3b438..f947858 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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] @@ -30,6 +29,20 @@ [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