git_diff_tool
Shows the differences between Git branches or commits with configurable context lines, providing clear insight into changes for commit message generation.
Instructions
Shows differences between branches or commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository | |
| target | Yes | Branch name or commit hash to diff against | |
| context_lines | No | Number of context lines to show in diff output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |