diff options
| -rwxr-xr-x | scripts/get_maintainer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 9c3986f4140c..41987885bd31 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl | |||
| @@ -95,7 +95,7 @@ my %VCS_cmds; | |||
| 95 | 95 | ||
| 96 | my %VCS_cmds_git = ( | 96 | my %VCS_cmds_git = ( |
| 97 | "execute_cmd" => \&git_execute_cmd, | 97 | "execute_cmd" => \&git_execute_cmd, |
| 98 | "available" => '(which("git") ne "") && (-d ".git")', | 98 | "available" => '(which("git") ne "") && (-e ".git")', |
| 99 | "find_signers_cmd" => | 99 | "find_signers_cmd" => |
| 100 | "git log --no-color --follow --since=\$email_git_since " . | 100 | "git log --no-color --follow --since=\$email_git_since " . |
| 101 | '--numstat --no-merges ' . | 101 | '--numstat --no-merges ' . |
