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 <[email protected]> > --- > eclass/git-r3.eclass | 27 +++++++++++++++++++-------- > 1 file changed, 19 insertions(+), 8 deletions(-) > > diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass > index 144236c6ac38..663fd939b295 100644 > --- a/eclass/git-r3.eclass > +++ b/eclass/git-r3.eclass > @@ -401,16 +401,22 @@ _git-r3_set_gitdir() { > } > > # @FUNCTION: _git-r3_set_submodules > -# @USAGE: <file-contents> > +# @USAGE: <parent-path> <file-contents> > # @INTERNAL > # @DESCRIPTION: <snip>
How is this backward compatible?
signature.asc
Description: OpenPGP digital signature
