]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/avoid-split-sideband-message'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:37 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:37 +0000 (13:17 -0800)
The side-band status report can be sent at the same time as the
primary payload multiplexed, but the demultiplexer on the receiving
end incorrectly split a single status report into two, which has
been corrected.

* js/avoid-split-sideband-message:
  test-pkt-line: drop colon from sideband identity
  sideband: report unhandled incomplete sideband messages as bugs
  sideband: avoid reporting incomplete sideband messages

1  2 
sideband.c

diff --cc sideband.c
Simple merge