pub fn log_commits(from: &str, to: &str, verbose: bool) -> Result<Vec<String>>
Get commits that are in to but not in from
to
from