git_show
Retrieve detailed information about a specific commit, including changes introduced, by specifying the repository path and revision. Supports AI-assisted development workflows securely.
Instructions
Shows the contents of a commit. Returns detailed information about a specific commit including the changes it introduced. Repository must be within the allowed directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes | Path to git repository | |
revision | Yes | The revision (commit hash, branch name, tag) to show |