From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10E35C43387 for ; Tue, 18 Dec 2018 00:28:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D08BD2080D for ; Tue, 18 Dec 2018 00:28:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726375AbeLRA2H (ORCPT ); Mon, 17 Dec 2018 19:28:07 -0500 Received: from smtprelay0248.hostedemail.com ([216.40.44.248]:41334 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726296AbeLRA2H (ORCPT ); Mon, 17 Dec 2018 19:28:07 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id E1F48182CED5B; Tue, 18 Dec 2018 00:28:05 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: bells92_809dd50aab658 X-Filterd-Recvd-Size: 1895 Received: from XPS-9350.home (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf08.hostedemail.com (Postfix) with ESMTPA; Tue, 18 Dec 2018 00:28:03 +0000 (UTC) Message-ID: Subject: Re: [PATCH v1 1/1] MAINTAINERS: update list of qcom drivers From: Joe Perches To: Amit Kucheria Cc: Linux Kernel Mailing List , linux-arm-msm , Andy Gross , marc.w.gonzalez@free.fr, Bjorn Andersson , Mauro Carvalho Chehab , Greg KH , "David S. Miller" , Andrew Morton , nicolas.ferre@microchip.com, Arnd Bergmann Date: Mon, 17 Dec 2018 16:28:02 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.30.1-1build1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-12-18 at 00:20 +0530, Amit Kucheria wrote: > On Mon, Dec 17, 2018 at 10:51 PM Joe Perches wrote: > > git history is used by default for the N: entries and that can > > cause whitespace style commit authors to be cc'd on various changes > > to matched files. > > Is that by design? yes. > Or can we fix get_maintainer.pl to be less > sensitive to whitespace authorship? Use get_maintainer.pl's --nogit-fallback option