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

Add support for parsing author lines with no angle brackets #927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. Add support for parsing author lines with no angle brackets

    This commit adds support for parsing author lines with no angle brackets.
    It uses a regexp to avoid hand-writing some backtracking logic.
    
    This also adds tests for other types of brokenness that I found in existing
    git repos, and that were already supported. I tried to use the original example
    as test data when possible.
    progval committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3b8a81d View commit details
    Browse the repository at this point in the history