git_log_summary
Summarize recent git commits including author, date, message, and line changes from a local repository path.
Instructions
Summarize the most recent git commits in a repo: author, date, message, and how many lines were added/removed.
Args: path: Filesystem path to the repo root (must be a git repo). count: How many recent commits to include (default 10).
Returns: Dict with a list of commits, or an error if this isn't a git repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| count | No |