get_commit
Fetch details of a commit from a GitLab project by providing the commit hash and project ID, with optional statistics.
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 | |
| project_id | Yes | Project ID or complete URL-encoded path to project |