pub fn recent_commits( repo_root: &Path, count: usize, ) -> Result<Vec<String>, Box<dyn Error>>
Get the last N commit hashes from git log.