X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=31d95a546a1220120e44f9302e2a229de834740e;hb=HEAD;hp=9d70461bf597eb5b4bbc0d73fd048c8095d1b395;hpb=f332502b06f38162bef61d432743c203f1719f4a;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index 9d70461..fdfcc01 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 @@ -45,8 +49,6 @@ autocorrect = never [init] defaultBranch = master -[format] - useAutoBase = true [safe] directory = * [includeIf "gitdir:~/work/stc/"]