]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack: prepare for sideband message support.
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 05:48:23 +0000 (22:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 09:34:14 +0000 (02:34 -0700)
commit363b7817e017b7c7e27a925d766c4d9bacfe4471
tree6b67fabc86f128914b8f779b46fc3e254d0ff20b
parentb1c71b72815cb82a8bad14020a047320b88a04eb
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>
pack-objects.c
upload-pack.c