[PATCH 0/3] expose parallelism for submodule {update, clone}

2015-10-23 Thread Stefan Beller
This goes on top of origin/sb/submodule-parallel-fetch^ The first patch replaces the last patch of origin/sb/submodule-parallel-fetch using clearer names for the callback functions. The patches 2 and 3 introduce CLI options for {submodule update, clone} to instruct Git to be parallel for cloning

Re: [PATCH 0/3] expose parallelism for submodule {update, clone}

2015-10-23 Thread Junio C Hamano
Stefan Beller writes: > submodule update: Expose parallelism to the user > clone: Allow an explicit argument for parallel submodule clones downcase Expose and Allow, perhaps? I was looking at the previous one and I am getting the feeling that everything up to

Re: [PATCH 0/3] expose parallelism for submodule {update, clone}

2015-10-23 Thread Stefan Beller
On Fri, Oct 23, 2015 at 12:25 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> submodule update: Expose parallelism to the user >> clone: Allow an explicit argument for parallel submodule clones > > downcase Expose and Allow, perhaps? Will do,