]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack/fetch-pack: support side-band communication
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 07:30:21 +0000 (00:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 09:50:32 +0000 (02:50 -0700)
commit583b7ea31b7c16f872b178d541591ab816d16f85
tree988f333096d8eb42e1caf714b98d2f833001cc26
parentefc7fa5355da79326f92716eef37ddd71c7ec034
upload-pack/fetch-pack: support side-band communication

This implements a protocol extension between fetch-pack and
upload-pack to allow stderr stream from upload-pack (primarily
used for the progress bar display) to be passed back.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
fetch-clone.c
fetch-pack.c
pkt-line.c
pkt-line.h
upload-pack.c