Re: [PATCHv10 5/7] git submodule update: have a dedicated helper for cloning

2016-02-12 Thread Stefan Beller
On Thu, Feb 11, 2016 at 6:03 PM, Stefan Beller wrote: > This introduces a new helper function in git submodule--helper > which takes care of cloning all submodules, which we want to > parallelize eventually. > > Some tests (such as empty URL, update_mode=none) are required in the > helper to make

[PATCHv10 5/7] git submodule update: have a dedicated helper for cloning

2016-02-11 Thread Stefan Beller
This introduces a new helper function in git submodule--helper which takes care of cloning all submodules, which we want to parallelize eventually. Some tests (such as empty URL, update_mode=none) are required in the helper to make the decision for cloning. These checks have been moved into the C