get_commit_history_for_file
Retrieve commit history for a specific file, showing who changed it and how often.
Instructions
Get the commit history for a specific file, showing who changed it and how frequently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file within the repository (e.g. src/auth.ts) | |
| repoSlug | Yes | Repository slug (e.g. my-repo) | |
| limit | No | Maximum number of commits to return (default 50) |