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