]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Ignore funny refname sent from remote
authorJunio C Hamano <junkio@cox.net>
Fri, 14 Oct 2005 01:57:40 +0000 (18:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 18:23:40 +0000 (11:23 -0700)
commit1a7141ff28e217312da4b289127875905c6ec479
treea8e87b3b44fb81f492d6e073008dbb4a85a3f2e6
parentd8a1deecc6ef37728b951eaba051deb7e0a38af8
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