pub fn upload_pack<R: Read, W: Write>( reader: &mut R, writer: &mut W, repo: &Repository, ) -> Result<()>
Handles git-upload-pack (fetch/clone).