Function ostree_ext::tar::export_commit

source ยท
pub fn export_commit(
    repo: &Repo,
    rev: &str,
    out: impl Write,
    options: Option<ExportOptions>,
) -> Result<()>
Expand description

Export an ostree commit to an (uncompressed) tar archive stream.