git_log
Retrieve commit logs from a Git repository. Specify the repository path and optionally limit the number of commits shown.
Instructions
Shows the commit logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to Git repository | |
| max_count | No | Maximum number of commits to show (default: 10) |