Re: [PATCH 4/7] submodule update --init: correct path handling in recursive submodules

2016-03-29 Thread Stefan Beller
On Tue, Mar 29, 2016 at 12:46 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> This fixes the test introduced by the parent commit. >> >> Signed-off-by: Stefan Beller >> --- > > The first hunk in this patch touches lines that goes

Re: [PATCH 4/7] submodule update --init: correct path handling in recursive submodules

2016-03-29 Thread Junio C Hamano
Stefan Beller writes: > This fixes the test introduced by the parent commit. > > Signed-off-by: Stefan Beller > --- The first hunk in this patch touches lines that goes away with d5bc3cd2 (submodule: port init from shell to C, 2016-03-14) on your

Re: [PATCH 4/7] submodule update --init: correct path handling in recursive submodules

2016-03-28 Thread Junio C Hamano
Stefan Beller writes: > This fixes the test introduced by the parent commit. > > Signed-off-by: Stefan Beller Unlike 2/7, this is kinda on the thin side in the explanation department, it looks. > --- > git-submodule.sh| 5 +++-- >

[PATCH 4/7] submodule update --init: correct path handling in recursive submodules

2016-03-28 Thread Stefan Beller
This fixes the test introduced by the parent commit. Signed-off-by: Stefan Beller --- git-submodule.sh| 5 +++-- t/t7406-submodule-update.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/git-submodule.sh b/git-submodule.sh index