minor fixes for gitconfig
This commit is contained in:
parent
cf3e5623ab
commit
27137da435
@ -4,13 +4,13 @@
|
|||||||
compression = 1
|
compression = 1
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
|
[fetch]
|
||||||
|
writeCommitGraph = true
|
||||||
[gc]
|
[gc]
|
||||||
aggressiveDepth = 100
|
aggressiveDepth = 100
|
||||||
aggressiveWindow = 500
|
aggressiveWindow = 500
|
||||||
auto = 0
|
auto = 0
|
||||||
pruneExpire = now
|
pruneExpire = now
|
||||||
[fetch]
|
|
||||||
writeCommitGraph = true
|
|
||||||
[maintainance]
|
[maintainance]
|
||||||
auto = false
|
auto = false
|
||||||
[pack]
|
[pack]
|
||||||
@ -23,4 +23,5 @@
|
|||||||
gpgSign = false
|
gpgSign = false
|
||||||
[receive]
|
[receive]
|
||||||
autogc = false
|
autogc = false
|
||||||
|
[repack]
|
||||||
writeBitmaps = true
|
writeBitmaps = true
|
||||||
|
Loading…
Reference in New Issue
Block a user