1
0
Fork 0

Do not show commit signature for git log.

pull/8458/head
Cyril VERLOOP 2019-11-16 16:17:49 +01:00 committed by Jordi Boggiano
parent 539cebb846
commit 0bd3f27693
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class GitDriver extends VcsDriver
public function getChangeDate($identifier)
{
$this->process->execute(sprintf(
'git log -1 --format=%%at %s',
'git -c log.showSignature=false log -1 --format=%%at %s',
ProcessExecutor::escape($identifier)
), $output, $this->repoDir);