Re: [PATCH 6/9] clone: allow an explicit argument for parallel submodule clones

2015-10-28 Thread Stefan Beller
On Tue, Oct 27, 2015 at 1:57 PM, Junio C Hamano wrote: >> + The number of submodules fetched at the same time. > > Do we want to say "Defaults to submodule.jobs" somewhere? Yes. :) > I am tempted to suggest that you should not pay attention to > "submodule.jobs" in this

[PATCH 6/9] clone: allow an explicit argument for parallel submodule clones

2015-10-27 Thread Stefan Beller
Just pass it along to "git submodule update", which may pick reasonable defaults if you don't specify an explicit number. Signed-off-by: Stefan Beller --- Documentation/git-clone.txt | 5 - builtin/clone.c | 26 --

Re: [PATCH 6/9] clone: allow an explicit argument for parallel submodule clones

2015-10-27 Thread Junio C Hamano
Stefan Beller writes: > Just pass it along to "git submodule update", which may pick reasonable > defaults if you don't specify an explicit number. > > Signed-off-by: Stefan Beller > --- > Documentation/git-clone.txt | 5 - > builtin/clone.c