list_project_commits_tool
List GitLab project commits with filters for branch, path, and date range. Retrieve paginated commit history to track changes and review repository activity.
Instructions
List repository commits for a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| path | No | Only commits touching this file path | |
| since | No | Only commits after this date (ISO 8601) | |
| until | No | Only commits before this date (ISO 8601) | |
| per_page | No | Results per page, max 100 (default: 20) | |
| ref_name | No | Branch or tag name (default: default branch) | |
| project_id | Yes | Project ID or path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||