git: Use recurse submodules only for fetch
This commit is contained in:
parent
71f49e8b5c
commit
903543b899
1 changed files with 1 additions and 2 deletions
|
@ -46,6 +46,7 @@
|
|||
fsckObjects = true
|
||||
prune = true
|
||||
pruneTags = true
|
||||
recurseSubmodules = true
|
||||
[http]
|
||||
sslVerify = false
|
||||
[init]
|
||||
|
@ -82,8 +83,6 @@
|
|||
showPatch = true
|
||||
[status]
|
||||
submoduleSummary = true
|
||||
[submodule]
|
||||
recurse = true
|
||||
[tag]
|
||||
sort = -taggerdate
|
||||
[transfer]
|
||||
|
|
Loading…
Reference in a new issue