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
octal Debug representation of tree::EntryMode.
This makes it easier to reason about.
support rename tracking across changed directories
add traits for partial equality comparison to tree_with_rewrites::Change types
add tree_with_rewrites::Change(Ref)::previous_location()
That way, it's also possible to obtain the previous location in case of rewrites.
Allow access to tree::State::buf1|2.
This allows to re-use that memory at least, making this kind of state a little more useful.
Also, these fields can certainly be considered stable.
Bug Fixes
tree() diffing now also recognizes merge mode changes as modification.