git: refresh a bit
This commit is contained in:
parent
80ae65a3fa
commit
e10445bf10
@ -2,6 +2,7 @@
|
|||||||
gpgSign = false
|
gpgSign = false
|
||||||
[core]
|
[core]
|
||||||
abbrev = 8
|
abbrev = 8
|
||||||
|
bigFileThreshold = 16m
|
||||||
compression = 1
|
compression = 1
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
@ -11,12 +12,14 @@
|
|||||||
aggressiveDepth = 100
|
aggressiveDepth = 100
|
||||||
aggressiveWindow = 500
|
aggressiveWindow = 500
|
||||||
auto = 0
|
auto = 0
|
||||||
|
bigPackThreshold = 512m
|
||||||
pruneExpire = now
|
pruneExpire = now
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[maintainance]
|
[maintainance]
|
||||||
auto = false
|
auto = false
|
||||||
[pack]
|
[pack]
|
||||||
|
packSizeLimit = 1g
|
||||||
threads = 4
|
threads = 4
|
||||||
useSparse = true
|
useSparse = true
|
||||||
writeReverseIndex = true
|
writeReverseIndex = true
|
||||||
|
Loading…
Reference in New Issue
Block a user