]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/get_maintainer.pl
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
[karo-tx-linux.git] / scripts / get_maintainer.pl
index 4594f334105110fefba64883186a2cd546641a82..f32a04c4c5bc1c56a88e0f7fba3cb521aa997e52 100755 (executable)
@@ -95,7 +95,7 @@ my %VCS_cmds_git = (
     "execute_cmd" => \&git_execute_cmd,
     "available" => '(which("git") ne "") && (-d ".git")',
     "find_signers_cmd" =>
-       "git log --no-color --since=\$email_git_since " .
+       "git log --no-color --follow --since=\$email_git_since " .
            '--format="GitCommit: %H%n' .
                      'GitAuthor: %an <%ae>%n' .
                      'GitDate: %aD%n' .