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

Commits on Jan 24, 2021

  1. Skip non-date logs by git-log

    `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.
    nobu committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    9711e6f View commit details
    Browse the repository at this point in the history