make url-related functions reusable
authorJeff King <peff@peff.net>
Sun, 23 May 2010 09:17:55 +0000 (05:17 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 May 2010 23:48:32 +0000 (16:48 -0700)
The is_url function and url percent-decoding functions were
static, but are generally useful. Let's make them available
to other parts of the code.

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