提交 7e1863af 编写于 作者: J Joe Perches 提交者: Linus Torvalds

scripts/get_maintainer.pl: make --rolestats the default

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: NJoe Perches <joe@perches.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b921c69f
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
use strict; use strict;
my $P = $0; my $P = $0;
my $V = '0.26-beta6'; my $V = '0.26';
use Getopt::Long qw(:config no_auto_abbrev); use Getopt::Long qw(:config no_auto_abbrev);
...@@ -40,7 +40,7 @@ my $email_use_mailmap = 1; ...@@ -40,7 +40,7 @@ my $email_use_mailmap = 1;
my $output_multiline = 1; my $output_multiline = 1;
my $output_separator = ", "; my $output_separator = ", ";
my $output_roles = 0; my $output_roles = 0;
my $output_rolestats = 0; my $output_rolestats = 1;
my $scm = 0; my $scm = 0;
my $web = 0; my $web = 0;
my $subsystem = 0; my $subsystem = 0;
...@@ -720,7 +720,8 @@ Other options: ...@@ -720,7 +720,8 @@ Other options:
--help => show this help information --help => show this help information
Default options: 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: Notes:
Using "-f directory" may give unexpected results: Using "-f directory" may give unexpected results:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册