Skip to main content

get_commits

Function get_commits 

Source
pub fn get_commits(
    latest_tag: &Option<String>,
    logger: &Logger,
) -> Result<Vec<Commit>, Alert>
Expand description

Gets the commits in the history of the supplied branch. Returns as a vector of Commit objects.