-
Notifications
You must be signed in to change notification settings - Fork 533
Fix string with wrongly detected cp #410
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
Conversation
- fixes conversion from the invalid detectedfsource codepage string when used String#split method Signed-off-by: Malo Skrylevo <majioa@yandex.ru>
Skip processing if message body is blank: - fixes an error when lib is trying to process message body in #process_commit_data, and throws an nil access method exception Signed-off-by: Malo Skrylevo <majioa@yandex.ru>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@schacon @josh @technicalpickles what can be done ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I believe #405 (included the 1.6.0.pre1 release) fixes the issue you reported:
If you find this is not the case, please reopen with steps to reproduce the problem you are seeing. |
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
Description
used String#split method
The bug can be reproduced as follows:
$ git show 606eae4fd5f5b9f772e1feedddf4b97016494ece