aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/get_maintainer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-xscripts/get_maintainer.pl7
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 @@
13use strict; 13use strict;
14 14
15my $P = $0; 15my $P = $0;
16my $V = '0.26-beta6'; 16my $V = '0.26';
17 17
18use Getopt::Long qw(:config no_auto_abbrev); 18use Getopt::Long qw(:config no_auto_abbrev);
19 19
@@ -40,7 +40,7 @@ my $email_use_mailmap = 1;
40my $output_multiline = 1; 40my $output_multiline = 1;
41my $output_separator = ", "; 41my $output_separator = ", ";
42my $output_roles = 0; 42my $output_roles = 0;
43my $output_rolestats = 0; 43my $output_rolestats = 1;
44my $scm = 0; 44my $scm = 0;
45my $web = 0; 45my $web = 0;
46my $subsystem = 0; 46my $subsystem = 0;
@@ -720,7 +720,8 @@ Other options:
720 --help => show this help information 720 --help => show this help information
721 721
722Default options: 722Default 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
725Notes: 726Notes:
726 Using "-f directory" may give unexpected results: 727 Using "-f directory" may give unexpected results: