get_commit_diff
Fetch the raw diff of any GitHub commit by specifying owner, repo, and commit SHA or branch/tag ref. Directly inspect code changes for review or analysis.
Instructions
Get the raw diff of a Commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The commit sha or branch/tag ref | |
| repo | Yes | ||
| owner | Yes |