* [PATCH] scripts/get_maintainer.pl: Make --rolestats the default
@ 2010-10-12 22:14 Joe Perches
2010-10-13 9:35 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2010-10-12 22:14 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
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.
Update --help to correct command line defaults.
Change version to 0.26.
Signed-off-by: Joe Perches <joe@perches.com>
---
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:
--
1.7.3.1.g432b3.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts/get_maintainer.pl: Make --rolestats the default
2010-10-12 22:14 [PATCH] scripts/get_maintainer.pl: Make --rolestats the default Joe Perches
@ 2010-10-13 9:35 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2010-10-13 9:35 UTC (permalink / raw)
To: Joe Perches; +Cc: Andrew Morton, linux-kernel
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:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-13 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 22:14 [PATCH] scripts/get_maintainer.pl: Make --rolestats the default Joe Perches
2010-10-13 9:35 ` Michal Marek
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.