Re: [PATCHv3 00/11] Expose the submodule parallelism to the user

2015-11-04 Thread Junio C Hamano
Stefan Beller writes: > So you are saying that reading the Windows cleanup patch > before the s/deinit/clear/ Patch by Rene makes it way easier to understand? No. The run-parallel API added in parallel-fetch that needs to be fixed up (because the topic is in 'next', my bad merging prematurely)

Re: [PATCHv3 00/11] Expose the submodule parallelism to the user

2015-11-04 Thread Stefan Beller
On Wed, Nov 4, 2015 at 9:54 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> Where does it apply? >> --- >> This series applies on top of d075d2604c0f92045caa8d5bb6ab86cf4921a4ae (Merge >> branch 'rs/daemon-plug-child-leak' into sb/submodule-parallel-update) and >> replaces >> the previous

Re: [PATCHv3 00/11] Expose the submodule parallelism to the user

2015-11-04 Thread Junio C Hamano
Stefan Beller writes: > Where does it apply? > --- > This series applies on top of d075d2604c0f92045caa8d5bb6ab86cf4921a4ae (Merge > branch 'rs/daemon-plug-child-leak' into sb/submodule-parallel-update) and > replaces > the previous patches in sb/submodule-parallel-update > > What does it do? >

[PATCHv3 00/11] Expose the submodule parallelism to the user

2015-11-03 Thread Stefan Beller
Where does it apply? --- This series applies on top of d075d2604c0f92045caa8d5bb6ab86cf4921a4ae (Merge branch 'rs/daemon-plug-child-leak' into sb/submodule-parallel-update) and replaces the previous patches in sb/submodule-parallel-update What does it do? --- This series should finish the on goin