pub fn get_file_at_commit( repo_path: &Path, commit: &str, file: &Path, ) -> Result<String, GitError>
Get the content of a file at a specific commit