get_commit_diffstat
Retrieve a summary of file changes and line counts for a specific commit or commit range in a Bitbucket repository.
Instructions
Get the diffstat (summary of changes) 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: List of files changed with line counts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| spec | Yes | ||
| workspace | No |