Merge branch 'jt/fetch-pack-error-reporting'
commitd2617eb98440a43072c49e416e0986ef3231faa4
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:53 +0000 (23 22:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:53 +0000 (23 22:07 -0700)
treec2159b91bf34ad5ec9b3d1d7c58bdf3e06fa104b
parentb30cf6761a08ff10fe3f8295796399d8630fadb0
parent8e2c7bef034f0712c6db776974ee4b40f1150a56
Merge branch 'jt/fetch-pack-error-reporting'

"git fetch-pack" was not prepared to accept ERR packet that the
upload-pack can send with a human-readable error message.  It
showed the packet contents with ERR prefix, so there was no data
loss, but it was redundant to say "ERR" in an error message.

* jt/fetch-pack-error-reporting:
  fetch-pack: show clearer error message upon ERR
fetch-pack.c