diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2010-04-08 04:15:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-10 06:11:09 +0200 |
commit | eb9d47cf9b1cb36876df1cfd48ab57278729be6d (patch) | |
tree | 35ac1cafface40a01b8f6402febf3453720acd03 /http.h | |
parent | t5541-http-push: add test for URLs with trailing slash (diff) | |
download | git-eb9d47cf9b1cb36876df1cfd48ab57278729be6d.tar.xz git-eb9d47cf9b1cb36876df1cfd48ab57278729be6d.zip |
http: make end_url_with_slash() public
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ extern void append_remote_object_url(struct strbuf *buf, const char *url, int only_two_digit_prefix); extern char *get_remote_object_url(const char *url, const char *hex, int only_two_digit_prefix); +extern void end_url_with_slash(struct strbuf *buf, const char *url); /* Options for http_request_*() */ #define HTTP_NO_CACHE 1 |