-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Edge case: Empty message in the first commit #217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
@lyrixx @alexandresalome any chance to get this in? |
Unfortunately, tests are broken and we don't have access to log anymore. Could you rebase & squash? |
Don't try to consume a 2nd new line when the first repository commit has an empty message.
@lyrixx, rebased and squashed in a single commit |
I don't see the tests running, but that's probably because PR is from a forked repository? |
Looks like you broke the test. Can you have a look at it? |
@lyrixx, OK, I think I've fixed but still can't see tests running |
Thanks |
Fixes #216
Don't try to consume a 2nd new line when the first repository commit has an empty message.