Re: [PATCH] Tweak Documentation MAINTAINERS entry.

From: Joe Perches
Date: Fri Aug 02 2013 - 17:57:32 EST


On Fri, 2013-08-02 at 23:39 +0200, Geert Uytterhoeven wrote:
> On Fri, Aug 2, 2013 at 6:13 PM, Rob Landley <rob@xxxxxxxxxxx> wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d83f70f..6b752df 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2664,6 +2664,10 @@ L: linux-doc@xxxxxxxxxxxxxxx
> > T: TBD
> > S: Maintained
> > F: Documentation/
> > +X: Documentation/zh_CN
> > +X: Documentation/ko_KR
> > +X: Documentation/ja_JP
>
> Does "Documentation/??_??" work, to catch future translations?
> Or do we have to use "Documentation/[a-z][a-z]_[A-Z][A-Z]"?

? works.

The script uses:
scripts/get_maintainer.pl: $line =~ s/([^\\])\.([^\*])/$1\?$2/g;

These could be converted to a single

X: Documentation/??_??/


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/