pub fn git_reflog( repo_path: String, refname: String, max_count: u32, ) -> Result<Vec<ReflogEntry>, GitError>