pub fn patch_commits<'a>( repo: &'a Repository, base: &Oid, head: &Oid, ) -> Result<Vec<Commit<'a>>, Error>
Return commits between the merge base and a head.