pub fn get_commits_between( from: &str, to: &str, path_filter: Option<&str>, ) -> Result<Vec<Commit>>
Get commits between two refs, optionally filtered to a path.