Function parse_git_log_output

Source
pub fn parse_git_log_output(stdout: &str) -> BTreeMap<NaiveDate, Vec<String>>