1
0

dotfiles: update git config

This commit is contained in:
Konstantin Demin 2025-05-02 16:19:30 +03:00
parent 8137c7efde
commit 403b8a7e6c
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0

@ -196,8 +196,9 @@ git_config() {
git config --unset gc.auto || :
git config --unset pull.ff || :
## size optimization
git config core.bigFileThreshold 64k
git config core.compression 9
git config core.looseCompression 6
git config core.looseCompression 8
git config pack.compression 9
git config pack.threads 2
## generic