get_commit_stats
Analyze commit statistics for git repositories to track development patterns and team contributions. Filter by date range and author to understand codebase activity.
Instructions
Get commit statistics for a repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional | |
| author | No | Filter by author email/name, optional |