git_log
Retrieve commit logs from a specified Git repository, including hash, author, date, and message, for enhanced AI-assisted development workflows.
Instructions
Shows the commit logs. Returns information about recent commits including hash, author, date, and message. Repository must be within the allowed directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_count | No | Maximum number of commits to show | |
repo_path | Yes | Path to git repository |