Re: [PATCH 3/3] Introduce submodule.recurse option
- Date: Thu, 18 May 2017 09:20:26 -0700
- From: Stefan Beller <sbeller@xxxxxxxxxx>
- Subject: Re: [PATCH 3/3] Introduce submodule.recurse option
On Thu, May 18, 2017 at 8:39 AM, Brandon Williams <bmwill@xxxxxxxxxx> wrote:
> On 05/17, Stefan Beller wrote:
>> Any command that understands the boolean --recurse-submodule=[true/false]
>> can have its default changed to true, by setting the submodule.recurse
>> option.
>>
>> git-push takes a --recurse-submodule argument but it is not boolean,
>> hence it is not included (yet?).
>
> ls-files and grep could also be added. They don't need to be added in
> this patch though.
I agree for git-grep.
git-ls-files is a pure plumbing command, which usually are not very accepting
of options. Then it is easier for script writers to rely on its expected output.
I just missed those two (at least grep) and will add them in this
patch if we think
this series is a good idea going forward.
Thanks,
Stefan