Function ostree_ext::diff::diff[][src]

pub fn diff<P: AsRef<str>>(
    repo: &Repo,
    from: &str,
    to: &str,
    subdir: Option<P>
) -> Result<FileTreeDiff>
Expand description

Given two ostree commits, compute the diff between them.