Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-14 Thread Palmer Dabbelt
On Wed, 14 Aug 2019 01:32:45 PDT (-0700), szeder@gmail.com wrote: On Mon, Aug 12, 2019 at 02:34:48PM -0700, Palmer Dabbelt wrote: diff --git a/builtin/fetch.c b/builtin/fetch.c index 67d001f3f78b..41498e9efb3b 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -114,6 +114,20 @@ static int

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-14 Thread Junio C Hamano
SZEDER Gábor writes: > On Mon, Aug 12, 2019 at 02:34:48PM -0700, Palmer Dabbelt wrote: >> diff --git a/builtin/fetch.c b/builtin/fetch.c >> index 67d001f3f78b..41498e9efb3b 100644 >> --- a/builtin/fetch.c >> +++ b/builtin/fetch.c >> @@ -114,6 +114,20 @@ static int git_fetch_config(const char *k,

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-14 Thread SZEDER Gábor
On Mon, Aug 12, 2019 at 02:34:48PM -0700, Palmer Dabbelt wrote: > diff --git a/builtin/fetch.c b/builtin/fetch.c > index 67d001f3f78b..41498e9efb3b 100644 > --- a/builtin/fetch.c > +++ b/builtin/fetch.c > @@ -114,6 +114,20 @@ static int git_fetch_config(const char *k, const char > *v, void *cb) >

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-13 Thread Palmer Dabbelt
On Tue, 13 Aug 2019 13:16:11 PDT (-0700), johannes.schinde...@gmx.de wrote: Hi, On Mon, 12 Aug 2019, Palmer Dabbelt wrote: The existing --jobs argument was defined to control the number of jobs used for submodule fetching, but it makes more sense to have this argument control the number of jo

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-13 Thread Palmer Dabbelt
On Tue, 13 Aug 2019 15:00:13 PDT (-0700), gits...@pobox.com wrote: Palmer Dabbelt writes: The existing --jobs argument was defined to control the number of jobs used for submodule fetching, but it makes more sense to have this argument control the number of jobs to be used when fetching from m

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-13 Thread Junio C Hamano
Palmer Dabbelt writes: > The existing --jobs argument was defined to control the number of jobs > used for submodule fetching, but it makes more sense to have this > argument control the number of jobs to be used when fetching from > multiple remotes as well. > > This patch simply changes the --j

Re: [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

2019-08-13 Thread Johannes Schindelin
Hi, On Mon, 12 Aug 2019, Palmer Dabbelt wrote: > The existing --jobs argument was defined to control the number of jobs > used for submodule fetching, but it makes more sense to have this > argument control the number of jobs to be used when fetching from > multiple remotes as well. > > This pat