get_commit_diff
Retrieve the unified diff for any commit to review all code changes. Shows added, removed, and modified lines in standard patch format.
Instructions
Get the diff/patch of a specific commit showing all changes made. Returns unified diff format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_id | Yes | The commit hash (SHA). | |
| repo_slug | Yes | The repository slug. | |
| workspace | No | The workspace slug. Optional if BITBUCKET_WORKSPACE env var is set. |