Re: [PATCH v2 10/11] submodule--helper init: set submodule..active

2017-03-09 Thread Brandon Williams
On 03/08, Stefan Beller wrote: > On Wed, Mar 8, 2017 at 5:23 PM, Brandon Williams wrote: > > When initializing a submodule set the submodule..active config to > > true to indicate that the submodule is active. > > So by this patch an init of a submodule performs both > a

Re: [PATCH v2 10/11] submodule--helper init: set submodule..active

2017-03-08 Thread Stefan Beller
On Wed, Mar 8, 2017 at 5:23 PM, Brandon Williams wrote: > When initializing a submodule set the submodule..active config to > true to indicate that the submodule is active. So by this patch an init of a submodule performs both a "regular init" (copy URL and the update setting)

[PATCH v2 10/11] submodule--helper init: set submodule..active

2017-03-08 Thread Brandon Williams
When initializing a submodule set the submodule..active config to true to indicate that the submodule is active. Signed-off-by: Brandon Williams --- builtin/submodule--helper.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/builtin/submodule--helper.c