list_commits
List recent commits on a GitHub repository branch. Provide owner, repo, and optional branch to retrieve commit history with configurable limit.
Instructions
List recent commits on a branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| limit | No | Max commits to return | |
| owner | Yes | Repository owner (user or org) | |
| branch | No | Branch name; defaults to the repo's default branch |