get_commit
Retrieve detailed commit information from Bitbucket repositories, including message, author, date, and parent commits, by providing repository slug and commit hash.
Instructions
Get detailed information about a specific commit.
Args:
repo_slug: Repository slug
commit: Commit hash (full or short)
Returns:
Commit details including message, author, date, and parentsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit | Yes |