Re: [PATCH 2/5] submodule_move_head: prepare env for child correctly

2017-05-01 Thread Stefan Beller
On Mon, May 1, 2017 at 7:04 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> We forgot to prepare the submodule env, which is only a problem for >> nested submodules. See 2e5d6503bd (ls-files: fix recurse-submodules >> with nested submodules, 2017-04-13) for further explanation. >> >> Signe

Re: [PATCH 2/5] submodule_move_head: prepare env for child correctly

2017-05-01 Thread Junio C Hamano
Stefan Beller writes: > We forgot to prepare the submodule env, which is only a problem for > nested submodules. See 2e5d6503bd (ls-files: fix recurse-submodules > with nested submodules, 2017-04-13) for further explanation. > > Signed-off-by: Stefan Beller > --- Sounds good (if only because th

[PATCH 2/5] submodule_move_head: prepare env for child correctly

2017-05-01 Thread Stefan Beller
We forgot to prepare the submodule env, which is only a problem for nested submodules. See 2e5d6503bd (ls-files: fix recurse-submodules with nested submodules, 2017-04-13) for further explanation. Signed-off-by: Stefan Beller --- submodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/su