get_commit
Retrieve detailed information about a commit by its hash, including full message, author, committer, timestamps, parent IDs, and verification status.
Instructions
Get detailed information about a specific commit by its hash (full or short). Returns full commit message, author/committer identities, timestamps, parent commit IDs, and verification status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Commit hash | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |