diff options
| author | Joe Perches <joe@perches.com> | 2011-01-12 19:59:49 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 11:03:10 -0500 |
| commit | 7e1863af1636b304a5f59aab6fb78d38e4079875 (patch) | |
| tree | 007f9d82b17adac5145b9321c5ff3ca29ae94ec6 /scripts | |
| parent | b921c69fb262988ff7856493a8453661a1bac814 (diff) | |
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: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | 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 d21ec3a89603..43bace2f4ac8 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | use strict; | 13 | use strict; |
| 14 | 14 | ||
| 15 | my $P = $0; | 15 | my $P = $0; |
| 16 | my $V = '0.26-beta6'; | 16 | my $V = '0.26'; |
| 17 | 17 | ||
| 18 | use Getopt::Long qw(:config no_auto_abbrev); | 18 | use Getopt::Long qw(:config no_auto_abbrev); |
| 19 | 19 | ||
| @@ -40,7 +40,7 @@ my $email_use_mailmap = 1; | |||
| 40 | my $output_multiline = 1; | 40 | my $output_multiline = 1; |
| 41 | my $output_separator = ", "; | 41 | my $output_separator = ", "; |
| 42 | my $output_roles = 0; | 42 | my $output_roles = 0; |
| 43 | my $output_rolestats = 0; | 43 | my $output_rolestats = 1; |
| 44 | my $scm = 0; | 44 | my $scm = 0; |
| 45 | my $web = 0; | 45 | my $web = 0; |
| 46 | my $subsystem = 0; | 46 | my $subsystem = 0; |
| @@ -720,7 +720,8 @@ Other options: | |||
| 720 | --help => show this help information | 720 | --help => show this help information |
| 721 | 721 | ||
| 722 | Default options: | 722 | Default options: |
| 723 | [--email --git --m --n --l --multiline --pattern-depth=0 --remove-duplicates] | 723 | [--email --nogit --git-fallback --m --n --l --multiline -pattern-depth=0 |
| 724 | --remove-duplicates --rolestats] | ||
| 724 | 725 | ||
| 725 | Notes: | 726 | Notes: |
| 726 | Using "-f directory" may give unexpected results: | 727 | Using "-f directory" may give unexpected results: |
