get_branch_diffs
Retrieve the changes between two branches or commits in a GitLab project. Identify diffs to review code differences and track modifications.
Instructions
Get the changes/diffs between two branches or commits in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The target branch or commit SHA to compare to | |
| from | Yes | The base branch or commit SHA to compare from | |
| straight | No | Comparison method: false for "..." (default), true for "--" | |
| project_id | Yes | Project ID or path |