Re: [PATCHv2] fetch submodules in parallel

2015-09-14 Thread Junio C Hamano
Stefan Beller writes: > This replaces the last patch of the "Parallel git submodule fetching" > series. Changes: > > * have correct return code in submodule fetching when one submodule fails > * use poll instead of select now > * broke down into more smaller functions instead of one giant. > (I

[PATCHv2] fetch submodules in parallel

2015-09-14 Thread Stefan Beller
This replaces the last patch of the "Parallel git submodule fetching" series. Changes: * have correct return code in submodule fetching when one submodule fails * use poll instead of select now * broke down into more smaller functions instead of one giant. (I think it is an improvement, but I wo