Re: [PATCH 9/9] fetching submodules: Respect `submodule.jobs` config option

2015-10-27 Thread Junio C Hamano
Stefan Beller writes: > diff --git a/Documentation/config.txt b/Documentation/config.txt > index 315f271..0b733d7 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -2575,6 +2575,13 @@ submodule..ignore:: > "--ignore-submodules" option. The 'git submodule' command

[PATCH 9/9] fetching submodules: Respect `submodule.jobs` config option

2015-10-27 Thread Stefan Beller
This allows to configure fetching and updating in parallel without having the command line option. This moved the responsibility to determine how many parallel processes to start from builtin/fetch to submodule.c as we need a way to communicate "The user did not specify the number of parallel proc