haops_git_commit_log
Retrieve recent Git commit history for a project, including SHA, author, date, and message. Supports filtering by branch, file path, and multi-repo projects via repository name.
Instructions
Get recent commit history from a project's Git repository. Returns commits with SHA, author, date, and message. Supports multi-repo projects via repositoryName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Git ref/branch (default: main) | |
| path | No | Filter commits by file/directory path | |
| limit | No | Number of commits (default: 20, max: 100) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| repositoryName | No | Repository name for multi-repo projects (default: first/main repo) |