get_commit_message
Retrieve the complete commit message for any revision of a Gerrit change, including subject, body, author, committer, and parent commits.
Instructions
Get the full commit message for a revision of a Gerrit change. Includes subject, body, author, committer, and parent commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_id | Yes | Gerrit change ID (numeric, 'project~branch~changeId', or full Change-Id) | |
| revision_id | No | Revision ID (defaults to 'current') | current |