repo_log
Retrieve formatted git commit history from local repositories with filters for author, date, file path, and message search to track and analyze code changes.
Instructions
Formatted commit log with optional filters.
Args: repo_path: Path to local git repository. max_count: Maximum commits to return (default 20). author: Filter by author name. since: Filter by date (e.g., "2024-01-01"). path: Filter by file path. search: Search commit messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| max_count | No | ||
| author | No | ||
| since | No | ||
| path | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |