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
add Repository::dirwalk_with_delegate().
That way it's possible to perform arbitrary directory walks,
useful for status, clean, and add.
add open::Options::current_dir().
That way it's possible to obtain the current working directory
with which the repository was opened.
New Features (BREAKING)
empty pathspecs with prefix now are optionally matching the prefix.
Otherwise it's not possible to have the 'no pattern matches everything' case
which is important in conjunction with prefixes and the requirement to
still see everything outside of the prefix.
Bug Fixes (BREAKING)
leave more control to the user when creating pathspecs
Commit Statistics
18 commits contributed to the release over the course of 30 calendar days.