get_commit_diff
Retrieve the changes (diff) introduced by a specific commit in a GitLab project. Provide the project ID and commit SHA to view the modifications.
Instructions
Get changes/diffs of a specific commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| 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) |