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
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
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
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
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
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
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
7 matches
Mail list logo