Re: [PATCH 08/15] submodule--helper list: respect submodule groups

2016-04-29 Thread Junio C Hamano
Stefan Beller writes: > As submodule--helper list is the building block for some submodule > commands (foreach, deinit, status, sync), also add tests for those. The title is slightly misleading, isn't it? This step only teaches the commands to limit the operation to the defaultGroup instead of

[PATCH 08/15] submodule--helper list: respect submodule groups

2016-04-26 Thread Stefan Beller
As submodule--helper list is the building block for some submodule commands (foreach, deinit, status, sync), also add tests for those. Signed-off-by: Stefan Beller --- builtin/submodule--helper.c | 13 ++ t/t7413-submodule--helper.sh | 97 2 file