getGitLog
Retrieve recent git log entries for the entire workspace or a specific file. Filter by file path and limit the number of entries.
Instructions
Get recent git log entries for the workspace or a specific file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxEntries | No | Max log entries to return (default: 20, max: 100) | |
| filePath | No | Filter log to a single file (absolute or workspace-relative) |