extend git configuration
This commit is contained in:
parent
e014ff180f
commit
786277961d
@ -1,7 +1,10 @@
|
|||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[gc]
|
[gc]
|
||||||
|
aggressiveDepth = 100
|
||||||
|
aggressiveWindow = 400
|
||||||
auto = 0
|
auto = 0
|
||||||
|
pruneExpire = now
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
gpgSign = false
|
gpgSign = false
|
||||||
@ -9,3 +12,5 @@
|
|||||||
gpgSign = false
|
gpgSign = false
|
||||||
[pack]
|
[pack]
|
||||||
writeReverseIndex = true
|
writeReverseIndex = true
|
||||||
|
[receive]
|
||||||
|
autogc = false
|
||||||
|
Loading…
Reference in New Issue
Block a user