pub fn get_recent_commits(count: usize) -> Result<Vec<CommitInfo>>
Get the N most recent commits.
Returns error if git command fails.