Re: [PATCH] submodule foreach: fix recursion of options

2019-06-25 Thread Junio C Hamano
Duy Nguyen writes: > On Tue, Jun 25, 2019 at 5:02 AM Morian Sonnet wrote: >> >> Calling >> >> git submodule foreach --recursive -- >> >> leads to an error stating that the option -- is unknown to >> submodule--helper. That is of course only, when is not a valid >> option for git submodule

Re: [PATCH] submodule foreach: fix recursion of options

2019-06-25 Thread Duy Nguyen
On Tue, Jun 25, 2019 at 5:02 AM Morian Sonnet wrote: > > Calling > > git submodule foreach --recursive -- > > leads to an error stating that the option -- is unknown to > submodule--helper. That is of course only, when is not a valid > option for git submodule foreach. > > The reason for thi

[PATCH] submodule foreach: fix recursion of options

2019-06-24 Thread Morian Sonnet
Calling git submodule foreach --recursive -- leads to an error stating that the option -- is unknown to submodule--helper. That is of course only, when is not a valid option for git submodule foreach. The reason for this is, that above call is internally translated into a call to submodule

Re: [PATCH] submodule foreach: fix recursion of options

2019-06-24 Thread Junio C Hamano
Morian Sonnet writes: > Calling > > git submodule foreach --recursive -- > > leads to an error stating that the option -- is unknown to > submodule--helper. That is of course only, when is not a valid > option for git submodule foreach. > > The reason for this is, that above call is interna

Re: [PATCH] submodule foreach: fix recursion of options

2019-06-24 Thread Johannes Schindelin
Hi Morian, On Mon, 24 Jun 2019, Morian Sonnet wrote: > Calling > > git submodule foreach --recursive -- > > leads to an error stating that the option -- is unknown to > submodule--helper. That is of course only, when is not a valid > option for git submodule foreach. > > The reason for this

[PATCH] submodule foreach: fix recursion of options

2019-06-24 Thread Morian Sonnet
Calling git submodule foreach --recursive -- leads to an error stating that the option -- is unknown to submodule--helper. That is of course only, when is not a valid option for git submodule foreach. The reason for this is, that above call is internally translated into a call to submodule

[PATCH] submodule foreach: fix recursion of options

2019-06-24 Thread Morian Sonnet
Calling git submodule foreach --recursive -- leads to an error stating that the option -- is unknown to submodule--helper. That is of course only, when is not a valid option for git submodule foreach. The reason for this is, that above call is internally translated into a call to submodule