We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 "" ()
The text was updated successfully, but these errors were encountered:
It seems the offending commit is RegioneER/rer.sitesearch@0f3c51b where the commit message has an new line character at the end and nothing more:
primo commit\n
Sorry, something went wrong.
Actually, no, this happens when the first repo commit has an empty message. The offending commit is RegioneER/rer.sitesearch@118f0db
Successfully merging a pull request may close this issue.
I'm cloning https://github.com/RegioneER/rer.sitesearch with:
(I'm only interested in repo metadata)
Then I try to get all commits with:
Specifically with this repo I hit this exception:
The text was updated successfully, but these errors were encountered: