git_log
Return recent commit history for a repository as structured data with SHA, author, date, and message. Specify commit count and starting ref to inspect changes.
Instructions
Return the last N commits for a repository as structured data (sha, author, date, message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of commits to return (1–100) | |
| ref | No | Branch, tag, or SHA to start from (default: HEAD) | HEAD |
| repo | Yes | Repository name from list_repositories(), e.g. "pypto" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||