search_commits
Search Git commit messages and code changes by keyword to find when features were added, bugs fixed, or dependencies changed, with linked pull requests and issues.
Instructions
Search commits by keyword across commit messages (and optionally code changes). Returns matching commits annotated with their pull requests and linked issues. Useful for finding when a feature was added, a bug was fixed, or a dependency was changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword or phrase to search for (case-insensitive) | |
| repo_path | No | Working directory / repo root (defaults to cwd) | |
| limit | No | Max number of results to return (default 20) | |
| search_code | No | Also search the actual code changes (git pickaxe / -S), not just commit messages (default false) |