getCommitDetails
Retrieve commit details: author, date, message, changed files, and optional diff patch. Accepts commit hash and optional file filter.
Instructions
Full commit details: author, date, message, changed files, optional diff patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitHash | Yes | Full or abbreviated commit hash | |
| includePatch | No | Include full diff patch. Default: true. Set false for metadata/stats only. | |
| filePath | No | Limit diff to a single file (absolute or workspace-relative) |