git_log
Retrieve recent commit history with filters for date, author, and limit. Review project changes and contributions.
Instructions
Return recent commit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of commits to show (1–200). Default: 20. | |
| since | No | Show commits more recent than this date (e.g. "2 weeks ago"). | |
| author | No | Filter commits by author name or email. | |
| oneline | No | If True, show one line per commit. Default: True. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||