get_commit_diff
Retrieve detailed changes from a specific GitLab commit to review modifications, track code evolution, and analyze project history.
Instructions
Get changes/diffs of a specific commit
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | 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) |