Do not show commit signature for git log.
parent
539cebb846
commit
0bd3f27693
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue