1
0
dotfiles/.gitconfig

17 lines
253 B
INI
Raw Normal View History

2021-03-21 18:25:10 +03:00
[credential]
helper = cache --timeout=86400
[gc]
2021-05-04 12:33:38 +03:00
aggressiveDepth = 100
aggressiveWindow = 400
2021-03-21 18:25:10 +03:00
auto = 0
2021-05-04 12:33:38 +03:00
pruneExpire = now
2021-03-21 18:25:10 +03:00
[push]
default = simple
gpgSign = false
[commit]
gpgSign = false
[pack]
writeReverseIndex = true
2021-05-04 12:33:38 +03:00
[receive]
autogc = false