get_commit_diff
Retrieve the diff of a specific file within a commit to view the changes made.
Instructions
Get the diff/changes for a file in a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name | |
| repository | Yes | Repository name or ID | |
| commitId | Yes | Commit SHA | |
| path | Yes | File path to get diff for |