Git show
git_showInspect a Git revision with bounded output, optional diff, path filters, and byte limits to keep agent context small.
Instructions
Return bounded git show output for a revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rev | No | HEAD | |
| path | No | ||
| paths | No | ||
| max_bytes | No | ||
| include_diff | No | ||
| context_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| files | No | ||
| content | No | ||
| warnings | No | ||
| truncated | No |