github_get_commits
Retrieve a repository's commit history by owner/repo, optionally filtering by branch or commit SHA, date range, and page size.
Instructions
獲取倉庫的提交歷史
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | 分支名稱或提交 SHA | |
| since | No | 起始時間 (ISO 8601 格式) | |
| until | No | 結束時間 (ISO 8601 格式) | |
| per_page | No | 每頁顯示數量 | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |