From: Mike Hommey Date: Sat, 14 Jun 2008 10:02:22 +0000 (+0200) Subject: Don't allocate too much memory in quote_ref_url X-Git-Tag: v1.5.6-rc3~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7c1a9e7901a0e75eab8c7fb34d17c09652d47f7f?ds=inline;hp=7c1a9e7901a0e75eab8c7fb34d17c09652d47f7f Don't allocate too much memory in quote_ref_url 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 ---