remote-curl: move ref-parsing code up in file
commitb8054bbee70620b57e11ed78716bf187071bc368
authorJeff King <peff@peff.net>
Wed, 20 Feb 2013 20:07:11 +0000 (20 15:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2013 08:17:38 +0000 (24 00:17 -0800)
tree5f223e63fabc8600aa355c4d8af509a2d8bc07b4
parent5dbf43602de31cac518607b4d9a04a40d7b154c8
remote-curl: move ref-parsing code up in file

The ref-parsing functions are static. Let's move them up in
the file to be available to more functions, which will help
us with later refactoring.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c