This commit is contained in:
19
.gitconfig
19
.gitconfig
@@ -1,7 +1,14 @@
|
|||||||
|
[advice]
|
||||||
|
detachedHead = false
|
||||||
|
resetNoRefresh = false
|
||||||
|
skippedCherryPicks = false
|
||||||
|
statusAheadBehind = false
|
||||||
|
statusUoption = false
|
||||||
|
suggestDetachingHead = false
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = false
|
gpgSign = false
|
||||||
[core]
|
[core]
|
||||||
abbrev = 8
|
abbrev = 10
|
||||||
bigFileThreshold = 16m
|
bigFileThreshold = 16m
|
||||||
compression = 7
|
compression = 7
|
||||||
deltaBaseCacheLimit = 128m
|
deltaBaseCacheLimit = 128m
|
||||||
@@ -16,12 +23,19 @@
|
|||||||
auto = 0
|
auto = 0
|
||||||
bigPackThreshold = 1g
|
bigPackThreshold = 1g
|
||||||
pruneExpire = now
|
pruneExpire = now
|
||||||
|
[grep]
|
||||||
|
threads = 2
|
||||||
|
[index]
|
||||||
|
threads = 2
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[log]
|
||||||
|
showSignature = false
|
||||||
[maintainance]
|
[maintainance]
|
||||||
auto = false
|
auto = false
|
||||||
[pack]
|
[pack]
|
||||||
compression = 7
|
compression = 7
|
||||||
|
deltaCacheLimit = 2048
|
||||||
packSizeLimit = 1g
|
packSizeLimit = 1g
|
||||||
threads = 4
|
threads = 4
|
||||||
useSparse = true
|
useSparse = true
|
||||||
@@ -34,5 +48,8 @@
|
|||||||
gpgSign = false
|
gpgSign = false
|
||||||
[receive]
|
[receive]
|
||||||
autogc = false
|
autogc = false
|
||||||
|
keepAlive = 25
|
||||||
|
[reftable]
|
||||||
|
blockSize = 65536
|
||||||
[repack]
|
[repack]
|
||||||
writeBitmaps = true
|
writeBitmaps = true
|
||||||
|
Reference in New Issue
Block a user