1
0

dotfiles: fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Konstantin Demin 2024-02-29 00:21:48 +03:00
parent 0bb93c3b11
commit 7aac214e04
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -154,8 +154,8 @@ git_config() {
## repo-specific
git config core.attributesfile .config/dotfiles/gitattributes
## migration (remove later)
git config --unset gc.auto
git config --unset pull.ff
git config --unset gc.auto || :
git config --unset pull.ff || :
## size optimization
git config core.compression 9
git config pack.compression 9