get_commit_details
Retrieve detailed commit information, including statistics and modified file patches, to analyze changes and understand the impact of any specific commit.
Instructions
Get detailed information for a specific commit, including stats and modified file patches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Commit SHA or reference | |
| repo | Yes | Repository name | |
| owner | No | GitHub user or organization name (optional if GITHUB_OWNER is set) |