show_change
Show the diff for a specific file or all changed files. Returns unified diff text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | Show staged diff. Default false. | |
| filePath | No | Repo-relative file path. If empty, shows all. | |
| workingDirectory | No | Git repo path. Default current directory. | . |