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