receive_pack

Function receive_pack 

Source
pub fn receive_pack<R: Read, W: Write>(
    reader: &mut R,
    writer: &mut W,
    repo: &Repository,
) -> Result<Vec<Command>>
Expand description

Handles git-receive-pack (push).