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 think the latest version does not work with new repositories (existing repos work fine).
git init
config.yaml
localhost:6067
Results in a runtime error:
/path/to/jingo/lib/gitmech.js:288 callback(null, data.toString().split("\n")); ^ TypeError: Cannot read property 'toString' of undefined ...
Looks like the hashes function blows up when there's no repo history.
hashes
The text was updated successfully, but these errors were encountered:
Oh, that's unfortunate. Sorry, I will fix it right now
Sorry, something went wrong.
Closed and released with 1.6.1.
Thank you very much for reporting. I am going to write a test to avoid more embarassing failures like this one in the future.
No branches or pull requests
I think the latest version does not work with new repositories (existing repos work fine).
git init
new document repositoryconfig.yaml
localhost:6067
Results in a runtime error:
Looks like the
hashes
function blows up when there's no repo history.The text was updated successfully, but these errors were encountered: