pub fn join_message_paragraphs(paragraphs: &[String]) -> String
Create a description from a list of paragraphs.
Based on the Git CLI behavior. See opt_parse_m() and cleanup_mode in git/builtin/commit.c.
opt_parse_m()
cleanup_mode
git/builtin/commit.c