compare_commits
Analyze differences between two Git commits to identify code changes, file modifications, and version history. Compare commit hashes with detailed output formats for tracking development progress.
Instructions
Compare two commits with detailed analysis
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit1 | Yes | First commit hash or reference | |
| commit2 | Yes | Second commit hash or reference | |
| filePattern | No | File pattern to filter | |
| format | No | Output format | |
| cwd | No | Working directory |