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)
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>
No differences found