get_file_diff
Get the unified diff of a file in a Gerrit change, including added, removed, and modified lines with context.
Instructions
Get the diff of a specific file in a Gerrit change. Returns the unified diff content including added, removed, and modified lines with context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_id | Yes | Gerrit change ID (numeric, 'project~branch~changeId', or full Change-Id) | |
| file_path | Yes | File path within the change | |
| revision_id | No | Revision ID (defaults to 'current') | current |