From: Shawn O. Pearce Date: Fri, 5 Feb 2010 20:57:41 +0000 (-0800) Subject: receive-pack: Wrap status reports inside side-band-64k X-Git-Tag: v1.7.0.2~19^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/38a81b4e82ebf57549f2fa082b329c36dffc0b18?hp=38a81b4e82ebf57549f2fa082b329c36dffc0b18 receive-pack: Wrap status reports inside side-band-64k If the client requests the side-band-64k protocol capability we now wrap the status report data inside of packets sent to band #1. This permits us to later send additional progress or informational messages down band #2. If side-band-64k was enabled, we always send a final flush packet to let the client know we are done transmitting. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---