send-pack: extract parsing of "unpack" response
authorJeff King <peff@peff.net>
Tue, 7 Mar 2017 13:35:57 +0000 (08:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Mar 2017 22:51:20 +0000 (14:51 -0800)
After sending the pack, we call receive_status() which gets
both the "unpack" line and the ref status. Let's break these
into two functions so we can call the first part
independently.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found