pub fn receive_pack<R: Read, W: Write>( reader: &mut R, writer: &mut W, repo: &Repository, ) -> Result<Vec<Command>>
Handles git-receive-pack (push).