Ignore funny refname sent from remote
commit5a2e04d2031b229a242d07e11e514220e71a0d33
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 00:14:09 +0000 (15 17:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 00:14:09 +0000 (15 17:14 -0700)
treeffd456ce613ab16477ae5d0ec60fb2a184a55112
parent48bc2fb0cd9ca05005c2062c3493e62e13593f55
Ignore funny refname sent from remote

This allows the remote side (most notably, upload-pack) to show
additional information without affecting the downloader.  Peek-remote
does not ignore them -- this is to make it useful for Pasky's
automatic tag following.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
clone-pack.c
connect.c
fetch-pack.c
peek-remote.c
send-pack.c