join_message_paragraphs

Function join_message_paragraphs 

Source
pub fn join_message_paragraphs(paragraphs: &[String]) -> String
Expand description

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.