list_repo_commits
Fetch paginated commits from a repository, with optional filtering by branch or SHA.
Instructions
List commits in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| sha | No | SHA or branch name to list commits from | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |