Re: [Xen-devel] [PATCH] get_maintainer.pl: Teach brace expansion

2016-06-24 Thread Anthony PERARD
On Fri, Jun 24, 2016 at 12:09:53PM +0100, George Dunlap wrote: > On Wed, Jun 22, 2016 at 6:28 PM, Anthony PERARD > wrote: > > This only implement a simpler non-nested brace expansion. > > > > This will convert brace expansion style use in MAINTAINER into a regex > > that get_maintainer.pl can use

Re: [Xen-devel] [PATCH] get_maintainer.pl: Teach brace expansion

2016-06-24 Thread George Dunlap
On Wed, Jun 22, 2016 at 6:28 PM, Anthony PERARD wrote: > This only implement a simpler non-nested brace expansion. > > This will convert brace expansion style use in MAINTAINER into a regex > that get_maintainer.pl can use to match a path again a maintainer > section. > > It is done by using two d

[Xen-devel] [PATCH] get_maintainer.pl: Teach brace expansion

2016-06-22 Thread Anthony PERARD
This only implement a simpler non-nested brace expansion. This will convert brace expansion style use in MAINTAINER into a regex that get_maintainer.pl can use to match a path again a maintainer section. It is done by using two different regex, the first one will take care of converting ',' insid