author | Jeff King <peff@peff.net> | |
Sun, 23 May 2010 09:17:55 +0000 (05:17 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 May 2010 23:48:32 +0000 (16:48 -0700) | ||
commit | 638794cde08bb785410a92d293969949a1f5a846 | |
tree | 0c17c4e6be9ee58704a1b6a981fef7fbf4e7d17b | tree | snapshot |
parent | 770c54170a43ffb3810088a85f25c59c0cbf7b38 | commit | diff |
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>
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 | diff | blob | history | |
http-backend.c | diff | blob | history | |
transport.c | diff | blob | history | |
url.c | [new file with mode: 0644] | blob |
url.h | [new file with mode: 0644] | blob |