get_commit_diff
Retrieves the code changes (diff) for a specified commit, identified by SHA or branch, within a GitLab project.
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 | |
| project_id | Yes | Project ID or path |