pub fn diff<P: AsRef<str>>( repo: &Repo, from: &str, to: &str, subdir: Option<P>, ) -> Result<FileTreeDiff>
Given two ostree commits, compute the diff between them.