X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=b3d796fd5889cee173806688567889e9e3d31a89;hb=849a9afeb6a8263fc7a540588b0d0f024ac7adc7;hp=0263b614a5323972a520d289b4be8ddd385cbe30;hpb=156214194e82f4c8c3cec765250a80cbbf8746c6;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 0263b61..b3d796f 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,7 +29,9 @@ [notes] displayRef = * [diff] - algorithm = patience + algorithm = histogram + colorMoved = default + colorMovedWS = allow-indentation-change tool = vimdiff [grep] lineNumber = true @@ -38,3 +39,9 @@ tool = vimdiff [pull] ff = only +[help] + autocorrect = never +[init] + defaultBranch = master +[format] + useAutoBase = true