Re: [PATCH 1/3] submodule update: make use of the existing fetch_in_submodule function

2016-05-25 Thread Stefan Beller
On Wed, May 25, 2016 at 3:41 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- >> git-submodule.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/git-submodule.sh

Re: [PATCH 1/3] submodule update: make use of the existing fetch_in_submodule function

2016-05-25 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > git-submodule.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/git-submodule.sh b/git-submodule.sh > index 5a4dec0..7698102 100755 > --- a/git-submodule.sh > +++

[PATCH 1/3] submodule update: make use of the existing fetch_in_submodule function

2016-05-25 Thread Stefan Beller
Signed-off-by: Stefan Beller --- git-submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-submodule.sh b/git-submodule.sh index 5a4dec0..7698102 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -640,7 +640,7 @@ cmd_update()