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>
This commit is contained in:
Rob Clark
2016-05-09 19:27:59 -04:00
parent e034d80fe1
commit aa730aca20

View File

@@ -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;