Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Fix ignored#1545
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix ignored#1545
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Great work, thanks so much! I love to finally have a test for that. For a moment I thought this might be a breaking change, just to realize that the previous implementation was just a little too 'unconditional' and this PR implements the proper fix by raising an error when the error code doesnot indicate a lack of matches. |
Thanks so much! |
ignored()
methodgit check-ignore
returns any error code other than 1ignred()
method to raise GitCommandError ifgit check-ignore
returns any error code other than 1