pub async fn git_log( repo: &Path, limit: u32, ) -> Result<Vec<CommitEntry>, GitError>
Return the commit log for repo, up to limit entries (capped at 100).
repo
limit