Git log
git_logRetrieve recent commit metadata from a local Git repository, optionally filtered by a safe path and limited to a specified number of entries.
Instructions
Return recent commit metadata, optionally scoped to one safe path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| limit | No | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | Yes | ||
| project | Yes |