Add RB.DiffCommit.commitMessageBody in JavaScript.
Review Request #13333 — Created Oct. 11, 2023 and submitted — Latest diff uploaded
This adds
RB.DiffCommit.commitMessageBody
, which contains the part of
the commit message that follows the summary. This allows for processing
the summary and the body separately, which will be needed for an
upcoming change.
JavaScript unit tests pass.
Made use of this in an upcoming change.