Compare refs
gitlab_compareCompare two GitLab branches, tags, or commits to get the diff and commit list between them.
Instructions
Diff between two branches, tags or commits, including the commit list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Head branch/tag/SHA | |
| from | Yes | Base branch/tag/SHA | |
| straight | No | true = direct diff, false = merge-base diff | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |