mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts/get_maintainer.pl: Make --rolestats the default
Date: Wed, 13 Oct 2010 11:35:27 +0200	[thread overview]
Message-ID: <4CB57D5F.8070404@suse.cz> (raw)
In-Reply-To: <74352a858e9e82ca186505aabdcc8ea2e8a7c0c8.1286921484.git.joe@perches.com>

On 13.10.2010 00:14, Joe Perches wrote:
> This script now requires a user to add --norolestats
> to the command line so it's harder to feed the output
> of this script to programs that send mass emails.

Good idea, hopefully this will make people spend some time looking at
the CC list and removing the innocent :-).


> Update --help to correct command line defaults.
> 
> Change version to 0.26.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Michal Marek <mmarek@suse.cz>


> ---
>  scripts/get_maintainer.pl |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
> index d21ec3a..43bace2 100755
> --- a/scripts/get_maintainer.pl
> +++ b/scripts/get_maintainer.pl
> @@ -13,7 +13,7 @@
>  use strict;
>  
>  my $P = $0;
> -my $V = '0.26-beta6';
> +my $V = '0.26';
>  
>  use Getopt::Long qw(:config no_auto_abbrev);
>  
> @@ -40,7 +40,7 @@ my $email_use_mailmap = 1;
>  my $output_multiline = 1;
>  my $output_separator = ", ";
>  my $output_roles = 0;
> -my $output_rolestats = 0;
> +my $output_rolestats = 1;
>  my $scm = 0;
>  my $web = 0;
>  my $subsystem = 0;
> @@ -720,7 +720,8 @@ Other options:
>    --help => show this help information
>  
>  Default options:
> -  [--email --git --m --n --l --multiline --pattern-depth=0 --remove-duplicates]
> +  [--email --nogit --git-fallback --m --n --l --multiline -pattern-depth=0
> +   --remove-duplicates --rolestats]
>  
>  Notes:
>    Using "-f directory" may give unexpected results:


      reply	other threads:[~2010-10-13  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-12 22:14 Joe Perches
2010-10-13  9:35 ` Michal Marek [this message]

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=4CB57D5F.8070404@suse.cz \
    --to=mmarek@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome