git: enable compression
This commit is contained in:
parent
5433ee64f7
commit
c87db0023b
1 changed files with 6 additions and 5 deletions
11
.gitconfig
11
.gitconfig
|
@ -1,8 +1,12 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = "~/.gitignore"
|
excludesfile = "~/.gitignore"
|
||||||
pager = delta
|
pager = delta
|
||||||
compression = 0
|
compression = 3
|
||||||
looseCompression = 0
|
looseCompression = 3
|
||||||
|
|
||||||
|
[pack]
|
||||||
|
threads = 0
|
||||||
|
compression = 3
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
useConfigOnly = true
|
useConfigOnly = true
|
||||||
|
@ -79,9 +83,6 @@ status = auto
|
||||||
[apply]
|
[apply]
|
||||||
whitespace = nowarn
|
whitespace = nowarn
|
||||||
|
|
||||||
[pack]
|
|
||||||
threads = 0
|
|
||||||
|
|
||||||
[blame]
|
[blame]
|
||||||
date = relative
|
date = relative
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue