[ruby/rdoc] Skip non-date logs by git-log
RDoc::Parser::ChangeLog mis-parses ChangeLog generated by git-log, because of too heuristic Time.parse.
RDoc::Parser::ChangeLog
Time.parse
For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637" results in "8187-08-16", that is, day 228 in the year 8187.
https://github.com/ruby/rdoc/commit/9711e6f6d9
[ruby/rdoc] Skip non-date logs by git-log
RDoc::Parser::ChangeLogmis-parses ChangeLog generated bygit-log, because of too heuristic
Time.parse.For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637"
results in "8187-08-16", that is, day 228 in the year 8187.
https://github.com/ruby/rdoc/commit/9711e6f6d9