get_commit
Retrieve detailed commit information from Pagure git forges by specifying project, commit hash, and namespace parameters.
Instructions
Get detailed information about a specific commit.
Args: project: Project name commit_hash: Commit hash (full or short) namespace: Project namespace (default: rpms)
Returns: JSON string with commit details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| commit_hash | Yes | ||
| namespace | No | rpms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |