get_commit
Retrieve specific commit details from a Bitbucket repository using its unique hash to examine changes, review code history, or verify modifications.
Instructions
Get a single commit by its hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_name | Yes | Name of the repository (repo slug) | |
| commit_hash | Yes | The hash of the commit. |