-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
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
Authorless commits crash tool #230
Comments
I "solved" it for plain text (for HTML continues to crash) like this:
|
Good catch - By authorless I'm assuming we are talking about an empty author string ? That's actually not permited by git. If you run |
I'm having this issue as well on a private (work) repository, and I do not have any authorless commits in the repository. I'm not familiar with the codebase, but I attempted some debugging. I found some invalid strings passed to the When I removed the I added a print statement of This is where I'm stuck for now, but I hope that my experiments can help someone find the actual bug. |
If you don't have any authorless commits, then this mandates further investigation I would say. |
I just ran into the exact same issue with a class I am teaching. The error I'm getting:
Following @dirtcrusher's suggestions and deleting I've tried some other Python 3.x versions and am getting the same result. The line of code in question was introduce in the second commit of the project here. |
Tool was run on https://github.com/zephyrproject-rtos/zephyr
The text was updated successfully, but these errors were encountered: