Skip to main content

archive

Function archive 

Source
pub async fn archive(
    repo: &Path,
    tree: &str,
    format: &str,
) -> Result<Vec<u8>, String>
Expand description

Run git archive and return the archive bytes.