Re: [PATCH v3 03/10] submodule sync: use submodule--helper is-active

2017-03-14 Thread Brandon Williams
On 03/14, Junio C Hamano wrote: > Brandon Williams writes: > > > Signed-off-by: Brandon Williams > > --- > > git-submodule.sh | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/git-submodule.sh b/git-submodule.sh > > index ab233712d..e2d08595f 100755 > > --- a/git-su

Re: [PATCH v3 03/10] submodule sync: use submodule--helper is-active

2017-03-14 Thread Junio C Hamano
Brandon Williams writes: > Signed-off-by: Brandon Williams > --- > git-submodule.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/git-submodule.sh b/git-submodule.sh > index ab233712d..e2d08595f 100755 > --- a/git-submodule.sh > +++ b/git-submodule.sh > @@ -,7 +11

[PATCH v3 03/10] submodule sync: use submodule--helper is-active

2017-03-13 Thread Brandon Williams
Signed-off-by: Brandon Williams --- git-submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-submodule.sh b/git-submodule.sh index ab233712d..e2d08595f 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -,7 +,7 @@ cmd_sync() ;;