You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: PathSpec implements gix_status::PathSpec to allow it to be used there.
The reason we need a trait and can't do with simply a function is that multiple calls
are needed to test for inclusion *and* allow the common-prefix optimization.
0 commit comments