X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=b3d796fd5889cee173806688567889e9e3d31a89;hb=ce5118f00b9dba2ea70a63341f9feaf525ddc52b;hp=267fd0ef5b7c286c0e578a1fc3bedcda783df510;hpb=efcd0f60b73654753520133f29a0410963686215;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 267fd0e..b3d796f 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -16,8 +16,6 @@ [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] @@ -32,6 +30,8 @@ displayRef = * [diff] algorithm = histogram + colorMoved = default + colorMovedWS = allow-indentation-change tool = vimdiff [grep] lineNumber = true @@ -43,3 +43,5 @@ autocorrect = never [init] defaultBranch = master +[format] + useAutoBase = true