From: Johannes Schindelin Date: Wed, 18 Jan 2006 23:24:04 +0000 (+0100) Subject: git-fetch-pack: really do not ask for funny refs X-Git-Tag: v1.0.12^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e921fb82cf6fb4a5f138ec9d27bc37c658336a8c?hp=e921fb82cf6fb4a5f138ec9d27bc37c658336a8c git-fetch-pack: really do not ask for funny refs If git-fetch-pack was called with out any refspec, it would ask the server for funny refs. That cannot work, since the funny refs are not marked as OUR_REF by upload-pack, which just exits with an error. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---