X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=git%2F.gitconfig;h=b17e344896722e1cba8afb4720951054bb50b3f3;hb=HEAD;hp=f947858758ae208b5e8bfe8b2d8ae13476776e67;hpb=109f0f1e4e4288c2e8d2c880de8f37963526a4b0;p=dotfiles.git diff --git a/git/.gitconfig b/git/.gitconfig index f947858..fdfcc01 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,19 +1,23 @@ +[pack] + threads = 8 [advice] pushUpdateRejected = false detachedHead = false + addIgnoredFile = false [alias] wt = worktree unchanged = update-index --assume-unchanged [user] name = Sergey Matveev email = stargrave@stargrave.org - signingkey = "E49857EF" + signingkey = "12AD32689C660D426967FD75CB8205632107AD8A" [color] diff = auto status = auto 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 @@ -33,6 +37,7 @@ colorMoved = default colorMovedWS = allow-indentation-change tool = vimdiff + noprefix = true [grep] lineNumber = true [merge] @@ -44,5 +49,7 @@ autocorrect = never [init] defaultBranch = master -[format] - useAutoBase = true +[safe] + directory = * +[includeIf "gitdir:~/work/stc/"] + path = ~/work/stc/.gitconfig