From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1astXa-0006Fg-28 for qemu-devel@nongnu.org; Wed, 20 Apr 2016 10:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1astXV-00074B-Do for qemu-devel@nongnu.org; Wed, 20 Apr 2016 10:55:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1astXV-000742-8z for qemu-devel@nongnu.org; Wed, 20 Apr 2016 10:55:37 -0400 From: Eduardo Habkost Date: Wed, 20 Apr 2016 11:55:30 -0300 Message-Id: <1461164130-3847-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Avoid using K: for NUMA section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Peter Maydell When using K: in MAINTAINERS, false positives makes get_maintainer.pl not use git history to find contributors. As those patterns cause lots of false positives they are causing more harm than good, so remove them. Reported-by: Markus Armbruster Signed-off-by: Eduardo Habkost --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 28e2b17..81e7fac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1155,8 +1155,6 @@ M: Eduardo Habkost S: Maintained F: numa.c F: include/sysemu/numa.h -K: numa|NUMA -K: srat|SRAT T: git git://github.com/ehabkost/qemu.git numa QAPI -- 2.1.0