Function commit_log

Source
pub fn commit_log(repo: &GitRepository) -> Result<Vec<Commit>, Error>
Expand description

Returns the complete commit history

The returned list is ordered with the last commit first (revwalk order).