Merge branch 'jx/sideband-cleanup'
commit7cc114737164886ef526f74e023d85a2ad011d6d
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:15:01 +0000 (8 13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:15:01 +0000 (8 13:15 -0700)
treee4c4cc0f8140ed6a4f10f153e062189482d5a464
parent905549ff4e611f0e206d4cead784c8f6f8047559
parent12d6991cf417465d567c38ba8ae7d59bda7a202f
Merge branch 'jx/sideband-cleanup'

The side-band demultiplexer that is used to display progress output
from the remote end did not clear the line properly when the end of
line hits at a packet boundary, which has been corrected.  Also
comes with test clean-ups.

* jx/sideband-cleanup:
  test: refactor to use "get_abbrev_oid" to get abbrev oid
  test: refactor to use "test_commit" to create commits
  test: compare raw output, not mangle tabs and spaces
  sideband: don't lose clear-to-eol at packet boundary
t/t6020-bundle-misc.sh