get_diff_stats
Analyze code changes with detailed statistics: track files modified, lines added, and lines removed. Compare commits or focus on specific files to assess impact efficiently.
Instructions
Get diff statistics (files changed, lines added/removed)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commit1 | No | First commit for comparison | |
commit2 | No | Second commit for comparison | |
cwd | No | Working directory | |
file | No | Specific file stats | |
staged | No | Show stats for staged changes |