Skip to main content

get_recent_commits

Function get_recent_commits 

Source
pub fn get_recent_commits(count: usize) -> Result<Vec<CommitInfo>>
Expand description

Get the N most recent commits.

ยงErrors

Returns error if git command fails.