get_git_logs
Retrieve git commit logs across projects with filters for date, project, and author. Returns structured JSON grouped by project.
Instructions
Collect git commit logs across projects. Returns structured JSON grouped by project. Only call this if the user explicitly asks for git logs or commit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Start date (YYYY-MM-DD or "yesterday"), default: today | |
| until | No | End date (YYYY-MM-DD), default: tomorrow (inclusive) | |
| project | No | Project path filter (partial match, e.g. "mcp-session") | |
| author | No | Git author name filter |