git MCP server

git_show

Display the contents of a specific commit in a Git repository by providing the repo path and revision, enabling detailed inspection of changes.

Instructions

Shows the contents of a commit

Input Schema

NameRequiredDescriptionDefault
repo_pathYes
revisionYes

Input Schema (JSON Schema)

{ "properties": { "repo_path": { "title": "Repo Path", "type": "string" }, "revision": { "title": "Revision", "type": "string" } }, "required": [ "repo_path", "revision" ], "title": "GitShow", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae