Re: [PATCH 0/4] Fix relative path issues in recursive submodules.

2016-03-31 Thread Stefan Beller
On Thu, Mar 31, 2016 at 10:04 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> It took me longer than expected to fix this bug. >> >> It comes with a test and minor refactoring and applies on top of >> origin/sb/submodule-helper, such that it can be merged into 2.7, 2.8 as well >> as master

Re: [PATCH 0/4] Fix relative path issues in recursive submodules.

2016-03-31 Thread Junio C Hamano
Stefan Beller writes: > It took me longer than expected to fix this bug. > > It comes with a test and minor refactoring and applies on top of > origin/sb/submodule-helper, such that it can be merged into 2.7, 2.8 as well > as master. > > Patch 1 is a test which fails; it has a similar layout as t

[PATCH 0/4] Fix relative path issues in recursive submodules.

2016-03-30 Thread Stefan Beller
It took me longer than expected to fix this bug. It comes with a test and minor refactoring and applies on top of origin/sb/submodule-helper, such that it can be merged into 2.7, 2.8 as well as master. Patch 1 is a test which fails; it has a similar layout as the real failing repository Norio Nom