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

Address #44: raise informative exception for invalid git patterns #50

Merged
merged 1 commit into from
Jul 18, 2021

Commits on Jul 9, 2021

  1. Address cpburnz#44: raise informative exception for invalid git patterns

    We've addressed the issue that GitWildMatchPattern would raise a cryptic
    IndexError for invalid git patterns. Instead, we raise an informative
    exception explaining that an invalid pattern was encountered.
    
    This exception is raised for at least the following patterns:
    - `!`
    - `\`
    SebastiaanZ committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ed4481f View commit details
    Browse the repository at this point in the history