gluecron_get_commit
Fetch a single commit by SHA: metadata plus the list of files it changed (path, status, additions, deletions). Mirrors GET /api/v2/repos/.../commits/:sha. Patch bodies are NOT included — use gluecron_get_diff for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Commit SHA | |
| repo | Yes | ||
| owner | Yes | ||
| include_files | No | Include the files-changed summary and stats (default true). Set false to skip the diff read on very large commits. |