Skip to main content

run_pack

Function run_pack 

Source
pub async fn run_pack(
    repo: &Path,
    service: &str,
    input: &[u8],
    git_protocol: Option<&str>,
) -> Result<(String, Vec<u8>), String>
Expand description

Run git upload-pack or receive-pack (stateless RPC).