Re: [PATCH 06/12] git submodule update: Handle unmerged submodules in C

2015-10-20 Thread Stefan Beller
On Tue, Oct 20, 2015 at 2:11 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- >> builtin/submodule--helper.c | 15 +++ >> git-submodule.sh| 6 +- >> 2 files changed, 12 insertions(+), 9 deletions(-) >> >> diff --git a/builti

Re: [PATCH 06/12] git submodule update: Handle unmerged submodules in C

2015-10-20 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > builtin/submodule--helper.c | 15 +++ > git-submodule.sh| 6 +- > 2 files changed, 12 insertions(+), 9 deletions(-) > > diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c > index 47dc9c

[PATCH 06/12] git submodule update: Handle unmerged submodules in C

2015-10-15 Thread Stefan Beller
Signed-off-by: Stefan Beller --- builtin/submodule--helper.c | 15 +++ git-submodule.sh| 6 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 47dc9cb..f81f37a 100644 --- a/builtin/submodu