Gentoo Archives: gentoo-dev

From: Michael 'veremitz' Everitt <gentoo@×××××××.xyz>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES
Date: Mon, 30 Dec 2019 14:20:18
Message-Id: fa76b3fa-03c8-a0e7-bef1-5b64c5d82c99@veremit.xyz
In Reply to: Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES by "Michał Górny"
1 On 30/12/19 14:11, Michał Górny wrote:
2 > On Mon, 2019-12-30 at 14:03 +0000, Michael 'veremitz' Everitt wrote:
3 >> On 30/12/19 13:30, Michał Górny wrote:
4 >>> Match recursive submodules using their full paths rather than path
5 >>> relatively to the parent submodule.
6 >>>
7 >>> Closes: https://bugs.gentoo.org/694494
8 >>> Signed-off-by: Michał Górny <mgorny@g.o>
9 >>> ---
10 >>> eclass/git-r3.eclass | 27 +++++++++++++++++++--------
11 >>> 1 file changed, 19 insertions(+), 8 deletions(-)
12 >>>
13 >>> diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
14 >>> index 144236c6ac38..663fd939b295 100644
15 >>> --- a/eclass/git-r3.eclass
16 >>> +++ b/eclass/git-r3.eclass
17 >>> @@ -401,16 +401,22 @@ _git-r3_set_gitdir() {
18 >>> }
19 >>>
20 >>> # @FUNCTION: _git-r3_set_submodules
21 >>> -# @USAGE: <file-contents>
22 >>> +# @USAGE: <parent-path> <file-contents>
23 >>> # @INTERNAL
24 >>> # @DESCRIPTION:
25 >> <snip>
26 >>
27 >> How is this backward compatible?
28 >>
29 > This is an internal function.
30 >
31 Ah thanks. id10t check passed! :]

Attachments

File name MIME type
signature.asc application/pgp-signature