All of lore.kernel.org
 help / color / mirror / Atom feed
From: Don Slutz <dslutz@verizon.com>
To: Matthew Daley <mattjd@gmail.com>, Don Slutz <dslutz@verizon.com>
Cc: Keir Fraser <keir@xen.org>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH] Add scripts/get_maintainer.pl
Date: Mon, 14 Oct 2013 11:53:50 -0400	[thread overview]
Message-ID: <525C138E.4040504@terremark.com> (raw)
In-Reply-To: <CA+nUz_Jwe2de1vkWVroKPk2fpye47KxPXDc_cTm1whU3G4_BdA@mail.gmail.com>

Here is a diff that does both:

 From 87da940264756820e86d931aefc1b64998a18b92 Mon Sep 17 00:00:00 2001
From: Don Slutz <dslutz@verizon.com>
Date: Tue, 8 Oct 2013 20:13:58 -0400
Subject: [PATCH 1/2] get_maintainer.pl: Adjust defaults

Signed-off-by: Don Slutz <dslutz@verizon.com>
---
  scripts/get_maintainer.pl |    6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 821912c..44e2532 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -28,7 +28,7 @@ my $email_git = 0;
  my $email_git_all_signature_types = 0;
  my $email_git_blame = 0;
  my $email_git_blame_signatures = 1;
-my $email_git_fallback = 1;
+my $email_git_fallback = 0;
  my $email_git_min_signatures = 1;
  my $email_git_max_maintainers = 5;
  my $email_git_min_percent = 5;
@@ -40,7 +40,7 @@ my $email_use_mailmap = 1;
  my $output_multiline = 1;
  my $output_separator = ", ";
  my $output_roles = 0;
-my $output_rolestats = 1;
+my $output_rolestats = 0;
  my $scm = 0;
  my $web = 0;
  my $subsystem = 0;
@@ -794,7 +794,7 @@ Notes:
            --git-min-signatures, --git-max-maintainers, --git-min-percent, and
            --git-blame
        Use --hg-since not --git-since to control date selection
-  File ".get_maintainer.conf", if it exists in the QEMU source root
+  File ".get_maintainer.conf", if it exists in the XEN source root
        directory, can change whatever get_maintainer defaults are desired.
        Entries in this file can be any command line argument.
        This file is prepended to any additional command line arguments.
-- 
1.7.1

I will squash this into 1 change for v2.
    -Don Slutz

On 10/04/13 03:25, Matthew Daley wrote:
> On Fri, Oct 4, 2013 at 7:03 PM, Matthew Daley <mattjd@gmail.com> wrote:
>> On Thu, Oct 3, 2013 at 11:22 AM, Don Slutz <dslutz@verizon.com> wrote:
>>> This is a minor change to QEMU's scripts/get_maintainer.pl to work in a XEN souce tree.
>>>
>>> Signed-off-by: Don Slutz <dslutz@verizon.com>
>> I've used a similarly-modified get_maintainers script (also from QEMU)
>> lately and have found it useful (ie. with treewide Coverity fixes) and
>> so would be happy to see this go in. A few suggestions though:
> Also, I think I needed to set $output_rolestats = 0 to get sensible
> output (without the unnecessary role stuff).
>
> - Matthew

  reply	other threads:[~2013-10-14 15:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 22:22 [PATCH] Add scripts/get_maintainer.pl Don Slutz
2013-10-04  6:03 ` Matthew Daley
2013-10-04  7:25   ` Matthew Daley
2013-10-14 15:53     ` Don Slutz [this message]
2013-10-30  6:52       ` Matthew Daley
2013-10-04  9:35   ` Jan Beulich
2013-10-14 15:55     ` Don Slutz
2013-10-31 19:06       ` Ian Campbell
2013-11-04 18:19         ` Don Slutz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525C138E.4040504@terremark.com \
    --to=dslutz@verizon.com \
    --cc=keir@xen.org \
    --cc=mattjd@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.