manage_commits
List, retrieve, and compare commits with diffs and diffstats for Bitbucket repositories. Filter by branch, path, or revision range.
Instructions
Unified tool for listing and getting commits, diffs, and diffstats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| path | No | Filter diff/commits to this file path | |
| spec | No | Diff spec: single commit hash or 'hash1..hash2' (required for 'diff', 'diffstat') | |
| action | Yes | Action to perform: 'list', 'get', 'diff', 'diffstat' | |
| commit | No | Commit hash (required for 'get') | |
| exclude | No | Exclude commits reachable from this ref (for 'list') | |
| include | No | Include commits reachable from this ref (for 'list') | |
| pagelen | No | Results per page | |
| revision | No | Branch name or commit hash to list commits for | |
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Workspace slug |