Merge branch 'jt/fetch-pack-error-reporting' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2017 05:10:11 +0000 (22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2017 05:10:11 +0000 (22:10 -0700)
commit6da61f72369abaf9cf55b8e609f28c2c0e68baf8
tree48ca39376d24164ad2b5eaf46a41b4d351189caf
parent7490be39bf367b383e8dcf121f34e098e49ab251
parent8e2c7bef034f0712c6db776974ee4b40f1150a56
Merge branch 'jt/fetch-pack-error-reporting' into next

"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