gitee_list_commits
List commits from a Gitee repository with filters like author, date range, and file path.
Instructions
List repository commits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| sha | No | Branch/tag/commit SHA | |
| path | No | File path filter | |
| author | No | Author username or email | |
| since | No | ISO 8601 start date | |
| until | No | ISO 8601 end date | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |