* Adjust convertLog method for git and svn sync.
This commit is contained in:
@@ -127,9 +127,11 @@ class git extends control
|
||||
}
|
||||
$logs[$i][] = $line;
|
||||
}
|
||||
|
||||
foreach($logs as $log)
|
||||
{
|
||||
$parsedLogs[] = $this->git->convertLog($log);
|
||||
$log = $this->git->convertLog($log);
|
||||
if($log) $parsedLogs[] = $log;
|
||||
}
|
||||
|
||||
$this->loadModel('repo');
|
||||
|
||||
Reference in New Issue
Block a user