get_commit_diff
Retrieve commit diff content for a specific commit or range in a Bitbucket repository to review code changes between versions.
Instructions
Get the diff for a commit or commit range.
Args: repo_slug: Repository slug (name) spec: Commit hash or range (e.g., "abc123" or "abc123..def456") workspace: Bitbucket workspace (optional if configured)
Returns: The diff content as text
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| spec | Yes | ||
| workspace | No |