gitlab_get_commit
Retrieve a GitLab commit's details by SHA, including metadata and optional stats. Provide project ID or namespace path and commit SHA to inspect changes.
Instructions
Gets a commit (GET /repository/commits/:sha).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | ||
| stats | No | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. |