http.c: use strbuf API in quote_ref_url
commit113106e06c48cc80432fd1be8af912898e8f240e
authorTay Ray Chuan <rctay89@gmail.com>
Sat, 7 Mar 2009 16:47:21 +0000 (8 00:47 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Mar 2009 04:52:25 +0000 (7 20:52 -0800)
treeaf4b0499287563f42a15493b778e704fa6ce722b
parentfd13b21f52b499ff6fa951ce27d4b9c9f0653087
http.c: use strbuf API in quote_ref_url

In addition, ''quote_ref_url'' inserts a slash between the base URL and
remote ref path only if needed. Previously, this insertion wasn't
contingent on the lack of a separating slash.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c