Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-11 Thread Stefan Beller
On Thu, Feb 11, 2016 at 12:23 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Stefan Beller writes: >> > * This seems to clash with 00/20] refs backend. >> Applied this on top of a merge between the current 'master' and >> 'sb/submodule-parallel-update' topic to untangle the

Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-11 Thread Junio C Hamano
Junio C Hamano writes: > Having said that, at least for this round, I do not think there is > nothing to do at this point on your end;... I obviously meant "I think there is nothing" here. Sorry. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to major

Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-11 Thread Junio C Hamano
Junio C Hamano writes: > Stefan Beller writes: > * This seems to clash with 00/20] refs backend. > Applied this on top of a merge between the current 'master' and > 'sb/submodule-parallel-update' topic to untangle the dependency; > otherwise there is no way for this topic to mak

Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-09 Thread Junio C Hamano
Stefan Beller writes: >>> * This seems to clash with 00/20] refs backend. Applied this on top of a merge between the current 'master' and 'sb/submodule-parallel-update' topic to untangle the dependency; otherwise there is no way for this topic to make progress X-<. >>> >>> Anything

Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-09 Thread Stefan Beller
On Tue, Feb 9, 2016 at 1:39 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> This replaces sb/submodule-parallel-update. >> (which is based on sb/submodule-parallel-fetch) >> >> Thanks to Junio and Jonathan for review! >> >> * s/config_parallel_submodules/parallel_submodules/ as it is not i

Re: [PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-09 Thread Junio C Hamano
Stefan Beller writes: > This replaces sb/submodule-parallel-update. > (which is based on sb/submodule-parallel-fetch) > > Thanks to Junio and Jonathan for review! > > * s/config_parallel_submodules/parallel_submodules/ as it is not in config any > more. Also ease up the default setting. > > *

[PATCHv9 0/6] Expose submodule parallelism to the user

2016-02-09 Thread Stefan Beller
This replaces sb/submodule-parallel-update. (which is based on sb/submodule-parallel-fetch) Thanks to Junio and Jonathan for review! * s/config_parallel_submodules/parallel_submodules/ as it is not in config any more. Also ease up the default setting. * use an enum for submodule update strate