pub async fn diff_file_content( path: &Path, file: &str, ) -> Result<String, GitError>
Get the diff for a specific file.