git_log
Read commit history with filters for author, timeframe, file path, and merge status, returning bounded results for analysis.
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 | |
| followRenames | No | Continue history beyond renames; requires path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | Yes | ||
| truncated | Yes |