pub fn git_show_file( repo_path: String, commit_hash: String, file_path: String, ) -> Result<String, GitError>