pub fn commit_history(repo: &Repository, head: &ObjectId) -> Result<Vec<Commit>>
Walk the first-parent commit chain starting at head (newest first).
head