get_commit
Get details of a GitLab commit by specifying the project ID and commit SHA. Optionally obtain stats on additions and deletions.
Instructions
Get details of a specific commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | The commit hash or name of a repository branch or tag | |
| stats | No | Include commit stats (additions, deletions) | |
| project_id | Yes | Project ID or path |