get_commit
Retrieve detailed information about a specific commit in a Bitbucket repository, including commit message, author, date, and parent commits.
Instructions
Get details of a specific commit.
Args: repo_slug: Repository slug (name) commit_hash: The commit hash workspace: Bitbucket workspace (optional if configured)
Returns: Commit details including message, author, date, and parents
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit_hash | Yes | ||
| workspace | No |