pub fn commit_message_unicode_for_display(
encoding: Option<&str>,
message: &str,
raw_message: Option<&[u8]>,
) -> StringExpand description
Unicode commit message body for display (for example, format-patch).
Uses raw_message when set; otherwise returns message.