1
0

extend git configuration

This commit is contained in:
Konstantin Demin 2021-05-04 12:33:38 +03:00
parent e014ff180f
commit 786277961d
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -1,7 +1,10 @@
[credential]
helper = cache --timeout=86400
[gc]
aggressiveDepth = 100
aggressiveWindow = 400
auto = 0
pruneExpire = now
[push]
default = simple
gpgSign = false
@ -9,3 +12,5 @@
gpgSign = false
[pack]
writeReverseIndex = true
[receive]
autogc = false