Don't allocate too much memory in quote_ref_url
authorMike Hommey <mh@glandium.org>
Sat, 14 Jun 2008 10:02:22 +0000 (12:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jun 2008 19:53:09 +0000 (12:53 -0700)
In c13b263, http_fetch_ref got "refs/" included in the ref passed to it,
which, incidentally, makes the allocation in quote_ref_url too big, now.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found