Function format_commit_summary

Source
pub fn format_commit_summary(
    since: &str,
    grouped: &BTreeMap<NaiveDate, Vec<String>>,
) -> String