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]
|
||||
excludesfile = "~/.gitignore"
|
||||
pager = delta
|
||||
compression = 0
|
||||
looseCompression = 0
|
||||
compression = 3
|
||||
looseCompression = 3
|
||||
|
||||
[pack]
|
||||
threads = 0
|
||||
compression = 3
|
||||
|
||||
[user]
|
||||
useConfigOnly = true
|
||||
|
@ -79,9 +83,6 @@ status = auto
|
|||
[apply]
|
||||
whitespace = nowarn
|
||||
|
||||
[pack]
|
||||
threads = 0
|
||||
|
||||
[blame]
|
||||
date = relative
|
||||
|
||||
|
|
Loading…
Reference in a new issue