]> git.ipfire.org Git - thirdparty/git.git/commit - url.h
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)
commit638794cde08bb785410a92d293969949a1f5a846
tree0c17c4e6be9ee58704a1b6a981fef7fbf4e7d17b
parent770c54170a43ffb3810088a85f25c59c0cbf7b38
make url-related functions reusable

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>
Makefile
http-backend.c
transport.c
url.c [new file with mode: 0644]
url.h [new file with mode: 0644]