Closed
Description
I'm cloning https://github.com/RegioneER/rer.sitesearch with:
$repository = Admin::cloneRepository($localPath, $remoteUrl, [
'--mirror',
'--no-checkout',
'--filter=tree:0',
]);
(I'm only interested in repo metadata)
Then I try to get all commits with:
$repository->getLog()->getCommits()
Specifically with this repo I hit this exception:
In ParserBase.php line 112:
Expected "
", but got "" ()
Metadata
Metadata
Assignees
Labels
No labels