Re: in_commit_log: is the wrong token being matched for the MAINTAINERS need updating message?

From: Joe Perches
Date: Mon Aug 10 2020 - 12:59:26 EST


On Mon, 2020-08-10 at 18:45 +0200, Claudio Fontana wrote:
> We can see that in the sample patch input we are matching the line
>
> sound/{ => ac97}/ac97_bus.c | 0
>
> with the regex ($line =~ /\{\s*([\w\/\.\-]*)\s*\=\>\s*([\w\/\.\-]*)\s*\}/
>
> Is this actually wanted?

Yes, If this line is found, it's not intended to
be part of a commit message.