list_commits
List commits from a branch with pagination, returning short hash, message, author, and date. Uses the default branch if none specified.
Instructions
List commits of a branch with pagination. Defaults to the project's default branch if no branch is specified. Returns short commit hash, message, author, and date. Use get_commit for full details of a specific commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| branch | No | Branch name (default branch if omitted) | |
| project | Yes | Project alias |