git-history
Fetches the git history of a repository or a specific file, allowing you to limit commits and override the repository path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File path to view history (empty for repo history) | |
| limit | No | Number of commits to return | |
| repoPath | No | Repository path override |