Skip to main content

export_stream

Function export_stream 

Source
pub fn export_stream(
    repo: &Repository,
    writer: impl Write,
    options: &FastExportOptions,
) -> Result<()>
Expand description

Write a fast-import stream for the repository to writer.

ยงErrors

Propagates object database, ref, and revision walk errors.