1
0

git: refresh a bit

This commit is contained in:
Konstantin Demin 2023-11-23 12:26:41 +03:00
parent 80ae65a3fa
commit e10445bf10
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -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