···126126 return [message.slice(0, separator).trim(), message.slice(separator + 2).trim()];
127127};
128128129129-/** the subject is the first paragraph, not the first line */
130130-export const subjectOf = (message: string): string => splitMessage(message)[0];
131131-132129const coAuthorPattern = /^Co-authored-by:\s*(.+?)\s*<([^>]+)>/gim;
133130134131// trailers carry no date of their own, like types/commit.go every