get_commit
Retrieve detailed information about a specific commit by providing organization ID, repository ID, and commit SHA to access metadata such as author, message, and changes.
Instructions
[Code Management] Get information about a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | 提交ID,即Commit SHA值 | |
| repositoryId | Yes | 代码库ID或者URL-Encoder编码的全路径 | |
| organizationId | Yes | 组织ID |