analyze_commit_history
Analyze recent commit history of a Git repository, filtering by author or limiting the number of commits to review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of commits to analyze (default: 10) | |
| author | No | Filter by author name | |
| repository_path | Yes | Repository path |