list_commits
Retrieve commit history for a repository, with optional filters for author, branch, and date range.
Instructions
Get commit history for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max commits to return | |
| author | No | Filter by author email | |
| branch | No | Branch name (e.g., "refs/heads/main") | |
| toDate | No | End date (ISO format) | |
| project | No | Project name | |
| fromDate | No | Start date (ISO format) | |
| repository | Yes | Repository name or ID |