pub fn get_commits( latest_tag: &Option<String>, logger: &Logger, ) -> Result<Vec<Commit>, Alert>
Gets the commits in the history of the supplied branch. Returns as a vector of Commit objects.