Expand description
Recursively lists differences between two directory nodes.
Structs§
- Tree
Diff - A diff between two trees, treating files as atomic units
Enums§
- Tree
Diff Operation - An operation made between two revisions on a single directory entry
Functions§
- tree_
diff_ dirs - Compute a tree diff between the old and new trees rooted in the nodes supplied, which are required to be directory nodes.