Re: [PATCH v4 09/10] submodule--helper init: set submodule..active

2017-03-17 Thread Brandon Williams
On 03/17, Stefan Beller wrote: > On Thu, Mar 16, 2017 at 3:29 PM, Brandon Williams wrote: > > When initializing a submodule set the submodule..active config to > > true if the module hasn't already been configured to be active by some > > other means (e.g. a pathspec set in submodule.active). > >

Re: [PATCH v4 09/10] submodule--helper init: set submodule..active

2017-03-17 Thread Stefan Beller
On Thu, Mar 16, 2017 at 3:29 PM, Brandon Williams wrote: > When initializing a submodule set the submodule..active config to > true if the module hasn't already been configured to be active by some > other means (e.g. a pathspec set in submodule.active). > > Signed-off-by: Brandon Williams > ---

[PATCH v4 09/10] submodule--helper init: set submodule..active

2017-03-16 Thread Brandon Williams
When initializing a submodule set the submodule..active config to true if the module hasn't already been configured to be active by some other means (e.g. a pathspec set in submodule.active). Signed-off-by: Brandon Williams --- builtin/submodule--helper.c | 7 +++ t/t7400-submodule-basic.sh