]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
exec won't hurt
[dotfiles.git] / git / .gitconfig
index 48716f3a30c5e4415199dcb6a973f63e32063032..fdfcc019eca4dfc6dfdc9f25b01d6e7f857a6df9 100644 (file)
@@ -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
@@ -45,7 +49,7 @@
        autocorrect = never
 [init]
        defaultBranch = master
-[format]
-       useAutoBase = true
-[include]
-       path = /home/stargrave/.git-safe
+[safe]
+       directory = *
+[includeIf "gitdir:~/work/stc/"]
+       path = ~/work/stc/.gitconfig