git_show
Display the details of a single Git revision directly, without external diff helpers. Pass a commit, tag, or branch to see its changes.
Instructions
Show one Git revision without invoking external diff helpers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | Commit, tag, or branch name; cannot start with - | |
| repo_path | No | Workspace-relative repository path; defaults to . |