search_history
Search commit history for commits whose message matches a search term. Returns matching commits with SHA, author, date, and message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max commits to return. Default 20. | |
| searchTerm | No | Text to search for in commit messages. | |
| workingDirectory | No | Git repo path. Default current directory. | . |