search_chromium_commits
Search commit messages and metadata in the Chromium repository to find specific changes, filter by author or date, and analyze development history.
Instructions
Search commit messages and metadata in the Chromium repository using Gitiles API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for commit messages, file paths, or metadata | |
| author | No | Filter by author name or email (optional) | |
| since | No | Only commits after this date (YYYY-MM-DD format, optional) | |
| until | No | Only commits before this date (YYYY-MM-DD format, optional) | |
| limit | No | Maximum number of commits to return (default: 20, max: 100) |