pub fn git_latest_commit_date( repo_path: String, branch: String, ) -> Result<Option<String>, GitError>