bitbucket_get_commits
Fetch commit history from a Bitbucket repository. Provide project key and repo slug, with optional limit and pagination start.
Instructions
Get commit history for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key | |
| repo | Yes | Repository slug | |
| limit | No | Max results | |
| start | No | Pagination start |