Re: [PATCH 6/9] submodule: helper to run foreach in parallel

2015-08-28 Thread Stefan Beller
On Thu, Aug 27, 2015 at 6:14 PM, Stefan Beller wrote: > Similar to `git submodule foreach` the new command `git submodule > foreach_parallel` will run a command on each submodule. > > The commands are run in parallel up to the number of cores by default, > or you can specify '-j 4' tun just run wi

[PATCH 6/9] submodule: helper to run foreach in parallel

2015-08-27 Thread Stefan Beller
Similar to `git submodule foreach` the new command `git submodule foreach_parallel` will run a command on each submodule. The commands are run in parallel up to the number of cores by default, or you can specify '-j 4' tun just run with 4 threads for example. One major difference to `git submodul