git_commit_analyze
Analyze a specific commit's changes, statistics, and impact by specifying the commit hash and repository path. Helps understand code modifications and their significance.
Instructions
Analyze a specific commit in detail including changed files, statistics, and impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | Absolute path to the git repository | |
| commitHash | No | Commit hash to analyze (default: HEAD) |