From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752335Ab0IOEpw (ORCPT ); Wed, 15 Sep 2010 00:45:52 -0400 Received: from mail.perches.com ([173.55.12.10]:2044 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751244Ab0IOEpv (ORCPT ); Wed, 15 Sep 2010 00:45:51 -0400 Subject: Re: [PATCH] get_maintainer.pl: append reason for cc to the name by default From: Joe Perches To: Florian Mickler Cc: "Eric W. Biederman" , Christoph Hellwig , Stephen Hemminger , Andrew Morton , linux-kernel@vger.kernel.org, Wolfram Sang In-Reply-To: <20100915063445.7d8ccd4d@schatten.dmk.lab> References: <1284111212-10659-1-git-send-email-florian@mickler.org> <1284111767.1783.35.camel@Joe-Laptop> <20100911001350.GA11478@infradead.org> <1284165074.1783.213.camel@Joe-Laptop> <20100911004550.GA30584@infradead.org> <20100911112855.6ee6e929@schatten.dmk.lab> <1284364665.22185.116.camel@Joe-Laptop> <20100913105434.62b150f7@schatten.dmk.lab> <20100914194646.52d4bf96@schatten.dmk.lab> <1284521324.26719.146.camel@Joe-Laptop> <20100915063445.7d8ccd4d@schatten.dmk.lab> Content-Type: text/plain; charset="UTF-8" Date: Tue, 14 Sep 2010 21:45:49 -0700 Message-ID: <1284525949.26719.153.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2010-09-15 at 06:34 +0200, Florian Mickler wrote: > But for the interactive mode I had STDIN in mind. > And now that I checked, it is indeed possible. I have a quick prove of > concept for an get_maintainer.pl --interactive mode that shows you the > cc's, lists their commits and let's you choose whom to add to the cc > (using STDERR, as git-send-email.pl obviously expects adresses on > STDOUT). > I haven't experimented much with it, but if it works out expect a > patch. But first I need some coffee and breakfast, as it's morning > over here. :-) I suggest you don't need to patch get_maintainer.pl, but should add another script that calls it and/or uses git commands directly. cheers, Joe