From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614AbcBOIoL (ORCPT ); Mon, 15 Feb 2016 03:44:11 -0500 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33915 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752459AbcBOIoH (ORCPT ); Mon, 15 Feb 2016 03:44:07 -0500 Date: Mon, 15 Feb 2016 14:13:59 +0530 From: Viresh Kumar To: Joe Perches Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name Message-ID: <20160215084359.GL6334@vireshk-i7> References: <1455514968.4046.1.camel@perches.com> <20160215063718.GD6334@vireshk-i7> <1455521792.4046.3.camel@perches.com> <20160215081834.GF6334@vireshk-i7> <1455525055.4046.9.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455525055.4046.9.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-02-16, 00:30, Joe Perches wrote: > git send-email requires a simple list of names and addresses > without decorations like roles, commit stats or section names. > > You are supposed to use something like: > > tocmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --pattern-depth=1 --nol" > cccmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom --nor" Interesting. Looking at the number of users we have for get-maintainers now a days, and then a number of people who feed its output it in some form to cccmd, wouldn't it be worth documenting this somewhere in kernel Documentation? Honestly, I had no idea of using these options for tocmd and cccmd. Will set them right away :) Thanks a lot !! -- viresh