get_commit_diff
Retrieve the diff for a specific commit in a Bitbucket project, showing file changes and optional context lines.
Instructions
Get the diff for a specific commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitId | Yes | The commit hash | |
| projectKey | Yes | The Bitbucket project key | |
| contextLines | No | Number of context lines (default: 10) | |
| repositorySlug | Yes | The repository slug |