Skip to content
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

Skip non-date logs by git-log #789

Merged
merged 1 commit into from
Jan 24, 2021
Merged

Conversation

nobu
Copy link
Member

@nobu nobu commented Jan 23, 2021

RDoc::Parser::ChangeLog mis-parses ChangeLog generated by git-log, because of too heuristic Time.parse.
For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637" results in "8187-08-16", that is, day 228 in the year 8187.

`RDoc::Parser::ChangeLog` mis-parses ChangeLog generated by
git-log, because of too heuristic `Time.parse`.

For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637"
results in "8187-08-16", that is, day 228 in the year 8187.
@aycabta aycabta merged commit 5d750b8 into ruby:master Jan 24, 2021
@nobu nobu deleted the non-date-in-changelog branch January 24, 2021 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants