git: update conf
This commit is contained in:
parent
e1ac7abd92
commit
5e64dfe3fe
16
.gitconfig
16
.gitconfig
@ -1,16 +1,22 @@
|
|||||||
|
[commit]
|
||||||
|
gpgSign = false
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[gc]
|
[gc]
|
||||||
aggressiveDepth = 100
|
aggressiveDepth = 100
|
||||||
aggressiveWindow = 400
|
aggressiveWindow = 500
|
||||||
auto = 0
|
auto = 0
|
||||||
pruneExpire = now
|
pruneExpire = now
|
||||||
|
[fetch]
|
||||||
|
writeCommitGraph = true
|
||||||
|
[maintainance]
|
||||||
|
auto = false
|
||||||
|
[pack]
|
||||||
|
writeReverseIndex = true
|
||||||
|
useSaprse = true
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
gpgSign = false
|
gpgSign = false
|
||||||
[commit]
|
|
||||||
gpgSign = false
|
|
||||||
[pack]
|
|
||||||
writeReverseIndex = true
|
|
||||||
[receive]
|
[receive]
|
||||||
autogc = false
|
autogc = false
|
||||||
|
writeBitmaps = true
|
||||||
|
Loading…
Reference in New Issue
Block a user