bb_list_commits
List commits on a Bitbucket branch, newest first, showing short and full SHA, message, author, and date. Defaults to the default branch and supports pagination.
Instructions
List commits on a branch in newest-to-oldest order. Each: short SHA, full SHA, message, author, date. 'branch' defaults to default branch. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| branch | No | Branch name (default = default branch) | |
| repoSlug | Yes | ||
| projectKey | Yes |