Skip to main content

git_log

Function git_log 

Source
pub async fn git_log(
    repo: &Path,
    limit: u32,
) -> Result<Vec<CommitEntry>, GitError>
Expand description

Return the commit log for repo, up to limit entries (capped at 100).