Skip to main content

diff_trees

Function diff_trees 

Source
pub fn diff_trees<S: ObjectStore + ?Sized>(
    store: &S,
    from: &ContentHash,
    to: &ContentHash,
) -> Result<FileChangeSet, Error>
Expand description

Collect all file changes between two trees.