pub fn git_log_for_ref( repo_path: String, git_ref: String, max_count: u32, skip: u32, ) -> Result<Vec<CommitInfo>, GitError>