git_log
Retrieve recent commit history for a Git repository in the workspace, optionally limiting the number of commits returned.
Instructions
Get recent commit history for a repository inside the workspace.
Args: path: Path to the git repository, relative to the workspace root. limit: Number of commits to return (1-200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| limit | No |