pub fn git_log_for_path( worktree_path: String, max_count: u32, skip: u32, ) -> Result<Vec<CommitInfo>, GitError>