commit | 363b7817e017b7c7e27a925d766c4d9bacfe4471 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Jun 20 22:48:23 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Jun 21 02:34:14 2006 -0700 |
tree | 6b67fabc86f128914b8f779b46fc3e254d0ff20b | |
parent | b1c71b72815cb82a8bad14020a047320b88a04eb [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>