author | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Jun 2006 05:48:23 +0000 (22:48 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Jun 2006 09:34:14 +0000 (02:34 -0700) | ||
commit | 363b7817e017b7c7e27a925d766c4d9bacfe4471 | |
tree | 6b67fabc86f128914b8f779b46fc3e254d0ff20b | tree | snapshot |
parent | b1c71b72815cb82a8bad14020a047320b88a04eb | commit | diff |
upload-pack: prepare for sideband message support.
This does not implement sideband for propagating the status to
the downloader yet, but add code to capture the standard error
output from the pack-objects process in preparation for sending
it off to the client when the protocol extension allows us to do
so.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This does not implement sideband for propagating the status to
the downloader yet, but add code to capture the standard error
output from the pack-objects process in preparation for sending
it off to the client when the protocol extension allows us to do
so.
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c | diff | blob | history | |
upload-pack.c | diff | blob | history |