git-fetch-pack: really do not ask for funny refs
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 18 Jan 2006 23:24:04 +0000 (00:24 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 20 Jan 2006 02:29:43 +0000 (18:29 -0800)
commite921fb82cf6fb4a5f138ec9d27bc37c658336a8c
tree9f564eac3c25e9cb7921a34fcf39b636c90acce3
parente93ec6f9d8dd122557d54505129f7860b9301503
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 <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch-pack.c