Skip to main content

compare_refs

Function compare_refs 

Source
pub fn compare_refs(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    base: &str,
    head: &str,
) -> Result<Vec<CompareCommit>>
Expand description

Compare two refs and return commits between them.