Skip to main content

copy_reachable_objects

Function copy_reachable_objects 

Source
pub fn copy_reachable_objects(
    source: &Repository,
    target: &Repository,
    roots: impl IntoIterator<Item = ObjectId>,
) -> GitProjectionResult<()>