Re: [PATCH 12/15] git submodule summary respects groups

2016-04-29 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- Same comment as 11/15 applies here. > git-submodule.sh | 5 + > t/t7413-submodule--helper.sh | 26 ++ > 2 files changed, 31 insertions(+) > > diff --git

[PATCH 12/15] git submodule summary respects groups

2016-04-26 Thread Stefan Beller
Signed-off-by: Stefan Beller --- git-submodule.sh | 5 + t/t7413-submodule--helper.sh | 26 ++ 2 files changed, 31 insertions(+) diff --git a/git-submodule.sh b/git-submodule.sh index 253ad07..f065b1f 100755 --- a/git-submodule.sh +++