get_commit
Retrieve author, message, date, and files changed for a specific commit by providing the repository slug and commit hash.
Instructions
Get detailed information about a specific commit including author, message, date, and files changed.
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. |