list_commits
Retrieve commit history for a GitLab project with filters for date range, branch, path, pagination, and stats.
Instructions
Get commit history for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| sha | No | ||
| since | No | ||
| until | No | ||
| path | No | ||
| all | No | ||
| with_stats | No | ||
| first_parent | No | ||
| page | No | ||
| per_page | No |