Re: [PATCH 1/4] recursive submodules: test for relative paths

2016-03-31 Thread Stefan Beller
On Thu, Mar 31, 2016 at 9:33 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> This was reported as a regression at $gmane/290280. The root cause for >> that bug is in using recursive submodules as their relative path handling >> seems to be broken in ee8838d (2015-09-08, submodule: rewrite

Re: [PATCH 1/4] recursive submodules: test for relative paths

2016-03-31 Thread Junio C Hamano
Stefan Beller writes: > This was reported as a regression at $gmane/290280. The root cause for > that bug is in using recursive submodules as their relative path handling > seems to be broken in ee8838d (2015-09-08, submodule: rewrite > `module_clone` shell function in C). I've reworded the abov

[PATCH 1/4] recursive submodules: test for relative paths

2016-03-30 Thread Stefan Beller
This was reported as a regression at $gmane/290280. The root cause for that bug is in using recursive submodules as their relative path handling seems to be broken in ee8838d (2015-09-08, submodule: rewrite `module_clone` shell function in C). Signed-off-by: Stefan Beller --- t/t7400-submodule-b