Git log
git_logRetrieve recent Git commits with bounded structured metadata to review changes, filter by ref or path, and limit history depth.
Instructions
Return recent git commits with bounded structured metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | HEAD | |
| path | No | . | |
| skip | No | ||
| max_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| commits | No | ||
| is_repo | No | ||
| warnings | No | ||
| truncated | No |