author | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Jun 2006 07:30:21 +0000 (00:30 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Jun 2006 09:50:32 +0000 (02:50 -0700) | ||
commit | 583b7ea31b7c16f872b178d541591ab816d16f85 | |
tree | 988f333096d8eb42e1caf714b98d2f833001cc26 | tree | snapshot |
parent | efc7fa5355da79326f92716eef37ddd71c7ec034 | commit | diff |
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>
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 | diff | blob | history | |
fetch-clone.c | diff | blob | history | |
fetch-pack.c | diff | blob | history | |
pkt-line.c | diff | blob | history | |
pkt-line.h | diff | blob | history | |
upload-pack.c | diff | blob | history |