Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES

2019-12-30 Thread Michael 'veremitz' Everitt
On 30/12/19 14:11, Michał Górny wrote: > On Mon, 2019-12-30 at 14:03 +, Michael 'veremitz' Everitt wrote: >> On 30/12/19 13:30, Michał Górny wrote: >>> Match recursive submodules using their full paths rather than path >>> relatively to the parent submodule. >>> >>> Closes:

Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES

2019-12-30 Thread Michał Górny
On Mon, 2019-12-30 at 14:03 +, Michael 'veremitz' Everitt wrote: > On 30/12/19 13:30, Michał Górny wrote: > > Match recursive submodules using their full paths rather than path > > relatively to the parent submodule. > > > > Closes: https://bugs.gentoo.org/694494 > > Signed-off-by: Michał

Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES

2019-12-30 Thread Michael 'veremitz' Everitt
On 30/12/19 13:30, Michał Górny wrote: > Match recursive submodules using their full paths rather than path > relatively to the parent submodule. > > Closes: https://bugs.gentoo.org/694494 > Signed-off-by: Michał Górny > --- > eclass/git-r3.eclass | 27 +++ > 1 file

[gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES

2019-12-30 Thread Michał Górny
Match recursive submodules using their full paths rather than path relatively to the parent submodule. Closes: https://bugs.gentoo.org/694494 Signed-off-by: Michał Górny --- eclass/git-r3.eclass | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git