summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2016-05-09 19:27:59 -0400
committerRob Clark <robclark@freedesktop.org>2016-05-09 19:30:28 -0400
commitaa730aca20a04e46109fceb4cf99c00b35a135cf (patch)
treef57ca92050d4b1517d351bfc8c5713a83cc9d96a /scripts
parente034d80fe198d487ab36e9946c6953e4944823e2 (diff)
scripts: bump git_reviewer.pl --git-min-percent default
Bump up default percentage of commits required to be auto-picked for CC. Seems from a bit of trial-and-error to come up with a more reasonable list of CC's this way. Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_reviewer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_reviewer.pl b/scripts/get_reviewer.pl
index fed0f057184..b08d1860ce3 100755
--- a/scripts/get_reviewer.pl
+++ b/scripts/get_reviewer.pl
@@ -37,7 +37,7 @@ my $email_git_blame_signatures = 1;
my $email_git_fallback = 1;
my $email_git_min_signatures = 1;
my $email_git_max_maintainers = 5;
-my $email_git_min_percent = 5;
+my $email_git_min_percent = 15;
my $email_git_since = "1-year-ago";
my $email_hg_since = "-365";
my $interactive = 0;