github_list_commits
Retrieve commit history for any GitHub repository branch, tag, or SHA. Filter commits by date range to identify changes within a specific period.
Instructions
List commits on a branch with optional date range filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | Branch name, tag, or commit SHA to list commits from | |
| page | No | Page number | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (organization or username) | |
| since | No | Only commits after this date (ISO 8601 format) | |
| until | No | Only commits before this date (ISO 8601 format) | |
| per_page | No | Results per page (max 100) |