pub async fn run_pack( repo: &Path, service: &str, input: &[u8], git_protocol: Option<&str>, ) -> Result<(String, Vec<u8>), String>
Run git upload-pack or receive-pack (stateless RPC).