|
@@ -95,7 +95,7 @@ my %VCS_cmds_git = (
|
|
"execute_cmd" => \&git_execute_cmd,
|
|
"execute_cmd" => \&git_execute_cmd,
|
|
"available" => '(which("git") ne "") && (-d ".git")',
|
|
"available" => '(which("git") ne "") && (-d ".git")',
|
|
"find_signers_cmd" =>
|
|
"find_signers_cmd" =>
|
|
- "git log --no-color --since=\$email_git_since " .
|
|
|
|
|
|
+ "git log --no-color --follow --since=\$email_git_since " .
|
|
'--format="GitCommit: %H%n' .
|
|
'--format="GitCommit: %H%n' .
|
|
'GitAuthor: %an <%ae>%n' .
|
|
'GitAuthor: %an <%ae>%n' .
|
|
'GitDate: %aD%n' .
|
|
'GitDate: %aD%n' .
|