Re: [PATCHv3 07/13] fetch_populated_submodules: use new parallel job processing

2015-09-22 Thread Junio C Hamano
Stefan Beller writes: > In a later patch we enable parallel processing of submodules, this > only adds the possibility for it. So this change should not change > any user facing behavior. > > Signed-off-by: Stefan Beller > --- > builtin/fetch.c | 3 +-

[PATCHv3 07/13] fetch_populated_submodules: use new parallel job processing

2015-09-21 Thread Stefan Beller
In a later patch we enable parallel processing of submodules, this only adds the possibility for it. So this change should not change any user facing behavior. Signed-off-by: Stefan Beller --- builtin/fetch.c | 3 +- submodule.c | 119