pub async fn get_commit_detail( owner_repo: &str, sha: &str, token: Option<&str>, ) -> Result<CommitDetail>
Fetch a single commit with its file patches.