Skip to main content

fetch_all

Function fetch_all 

Source
pub fn fetch_all(
    repo: &Repository,
) -> Result<Vec<(String, Oid)>, Box<dyn Error>>
Expand description

Fetch the latest upstream commits for every configured vendor.

Returns a list of (vendor_name, oid) pairs.