From: Nicolas Pitre Date: Wed, 3 Sep 2008 19:13:42 +0000 (-0400) Subject: improve handling of sideband message display X-Git-Tag: v1.6.0.2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6b9c42b4daabe3d0471d9f90d2ae472c9d994e1c?hp=6b9c42b4daabe3d0471d9f90d2ae472c9d994e1c improve handling of sideband message display Currently the code looks for line break characters in order to prepend "remote: " to every line received as many lines can be sent in a single chunk. However the opposite might happen too, i.e. a single message line split amongst multiple chunks. This patch adds support for the later case to avoid displays like: remote: Compressing objeremote: cts: 100% (313/313), done. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---