pub fn parse_trailer(message: &str, key: &str) -> Option<String>
Extract a trailer value from a commit message. Trailers are lines like Genesis-Commit: {...} at the end of the message.
Genesis-Commit: {...}