get_commit_diff
Retrieve the changes or diff of a specific commit using its SHA and project ID. Optionally request the full diff for a complete view.
Instructions
Get changes/diffs of a specific commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | The commit hash or name of a repository branch or tag | |
| full_diff | No | Whether to return the full diff or only first page (default: false) | |
| project_id | Yes | Project ID or complete URL-encoded path to project |