haops_git_commit_diff
Retrieves the diff output for a specific git commit to show exactly what changed. Essential for code review.
Instructions
Get the diff output for a specific git commit. Essential for code review — shows exactly what changed in a commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Git commit SHA | |
| projectSlug | Yes | The project slug (URL identifier) | |
| repositoryName | No | Repository name for multi-repo projects (optional) |