git_log
Read bounded commit history. Filter by author, path, date, or message, and control result size using limit and offset.
Instructions
Read bounded commit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| path | No | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| author | No | ||
| merges | No | include | |
| offset | No | ||
| message | No | ||
| revision | No | HEAD | |
| firstParent | No | ||
| repositoryId | Yes | ID returned by git_list_repositories |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | Yes | ||
| truncated | Yes |