Function print_commit_summary

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