Allow glob targets#342
Open
cg-223 wants to merge 4 commits into
Open
Conversation
Collaborator
Author
|
|
Collaborator
Author
|
Worked around that by only dumping files that actually get modified by patches, this has the potential downside of not dumping files that have patches exclusively miss on them. I don't see that being an issue as if no patches were applied at all to the file you don't need the dump (you can just look at the original file) |
|
wtf, so many clopenings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows the use of "*" and "?" in targets.
Veeeery hacky, had to change a lot of stuff. I think I got it all working without any log spam.
I added a new optional property to patterns and regexes,
silent, suppressing the warning for a patch not applying to its target. This defaults tofalse, except when the target is exactly*.