]> Git Repo - qemu.git/commit - MAINTAINERS
MAINTAINERS: Improve the NetBSD regex pattern
authorThomas Huth <[email protected]>
Thu, 27 Jul 2017 10:09:34 +0000 (12:09 +0200)
committerMichael Tokarev <[email protected]>
Mon, 31 Jul 2017 10:05:49 +0000 (13:05 +0300)
commit1b61270be156872e52291698afc1fdec5b055842
treeafa572dd157b1beccf1df31eb61c720bdd1c1609
parent36bed541ca886da735bef1e8d76d09f8849ed5dd
MAINTAINERS: Improve the NetBSD regex pattern

Currently get_maintainers.pl claims that the configure script is
maintained by Kamil:

 $ scripts/get_maintainer.pl -f configure
 Kamil Rytarowski <[email protected]> (maintainer:NETBSD)
 [email protected] (open list:All patches CC here)

This happens because the regex pattern for the NETBSD entry triggers
on everything that contains the keyword "NetBSD". Ease the situation
a little bit by restricting this to "Subject:" lines only, like
we do it in the "trivial patches" section already.

Reported-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
MAINTAINERS
This page took 0.0241 seconds and 4 git commands to generate.