X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=git%2F.gitconfig;h=b00a96b353348eef66d24d962ddf9bba3393b2f2;hp=9d70461bf597eb5b4bbc0d73fd048c8095d1b395;hb=HEAD;hpb=f332502b06f38162bef61d432743c203f1719f4a diff --git a/git/.gitconfig b/git/.gitconfig index 9d70461..7d19ce5 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,6 +1,9 @@ +[pack] + threads = 8 [advice] pushUpdateRejected = false detachedHead = false + addIgnoredFile = false [alias] wt = worktree unchanged = update-index --assume-unchanged @@ -14,6 +17,7 @@ branch = auto interactive = auto [core] + compression = 0 excludesfile = /home/stargrave/.git-ignore quotepath = false whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof