pub fn diff<'a>(repo: &'a Repository, old: &str, new: &str) -> Result<Diff<'a>>
Determine the file differences between two references.