X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=b3d796fd5889cee173806688567889e9e3d31a89;hb=382b09b3f55febb323d0f1fe5b1d7250b0b8a4f7;hp=2abb7ec321c42d58d3881d0fb70c4e3c1c397148;hpb=b25e64154b9381049d20337e3f17609945e859bc;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 2abb7ec..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] @@ -45,3 +43,5 @@ autocorrect = never [init] defaultBranch = master +[format] + useAutoBase = true