feat(add): add glob expansion to filepath#1717
Conversation
|
I don't think that using I would use the |
|
In canonical git, the primary argument to If we are concerned about a breaking change, we could consider introducing pathspec as an alternative to filepath. That would a) align with canonical git and b) not impact any existing users. I think if we are going to support wildcards, we should consider using a pattern matching library rather than trying to implement the logic within isomorphic-git. Though, there are benefits of doing it without an additional dependency. |
resoloves #763