]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Make zathura configuration file aware
[dotfiles.git] / git / .gitconfig
index 9d70461bf597eb5b4bbc0d73fd048c8095d1b395..bd6ae59d020f01b03701a0fc4c2ae9c87f1da6c0 100644 (file)
@@ -1,3 +1,5 @@
+[pack]
+       threads = 8
 [advice]
        pushUpdateRejected = false
        detachedHead = false
@@ -14,6 +16,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