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.
pub fn compare_refs(
client: &GitHubClient,
owner: &str,
repo: &str,
base: &str,
head: &str,
) -> Result<Vec<CompareCommit>>Compare two refs and return commits between them.