send-pack: use skip_prefix for parsing unpack status
authorJeff King <peff@peff.net>
Tue, 7 Mar 2017 13:36:19 +0000 (08:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Mar 2017 22:54:14 +0000 (14:54 -0800)
This avoids repeating ourselves, and the use of magic
numbers.

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