From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v3 0/3] Add get_maintainer.pl to Xen Date: Tue, 19 Nov 2013 10:50:04 -0500 Message-ID: <528B88AC.2070207@terremark.com> References: <1383660711-12113-1-git-send-email-dslutz@terremark.com> <1383661328.13961.80.camel@kazak.uk.xensource.com> <1384869782.30014.102.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1384869782.30014.102.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Don Slutz Cc: Matthew Daley , Keir Fraser , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 11/19/13 09:03, Ian Campbell wrote: > On Tue, 2013-11-05 at 14:22 +0000, Ian Campbell wrote: >> On Tue, 2013-11-05 at 09:11 -0500, Don Slutz wrote: >>> From: Don Slutz >>> >>> This series is a conversion of linux's get_maintainer.pl into one for >>> Xen. >> This seems like a useful tool in theory and Don has patched out the >> worst of the behaviours which at least I found annoying in practice. If >> there are other such behaviours we can patch those too as we find them. >> >> I'm inclined to apply this but since it not just a tools thing I don't >> want to just go ahead and commit it. So I'll give it a few days for >> objections before go ahead. >> >> If/when we go ahead, we should remember to update the Submitting patches >> wiki page. > Nobody came after me with pitchforks for suggesting this so I've pushed > it... > > Don, are you going to update the docs/wiki as appropriate? > > Ian. > I will try and update the wiki. Not sure the plan forward. To match the --cc statement, I found that the command line: don-760:~/xen>git-send-email --to-cmd="~/gits/xen/scripts/get_maintainer.pl --nom" --cc-cmd="~/gits/xen/scripts/get_maintainer.pl --nol" get_maintainer_v3/0001-Add-linux-version-of-get_maintainer.pl.patch was needed to get: (mbox) Adding cc: Don Slutz from line 'From: Don Slutz ' (body) Adding cc: Don Slutz from line 'Signed-off-by: Don Slutz ' (to-cmd) Adding to: xen-devel@lists.xen.org from: '~/gits/xen/scripts/get_maintainer.pl --nom' (cc-cmd) Adding cc: Keir Fraser from: '~/gits/xen/scripts/get_maintainer.pl --nol' From: Don Slutz To: xen-devel@lists.xen.org Cc: Don Slutz , Keir Fraser Subject: [PATCH v3 1/3] Add linux version of get_maintainer.pl Date: Tue, 19 Nov 2013 10:41:05 -0500 ... This leads me to thinking about a new script just for this. -Don