Merge branch 'jt/fetch-pack-error-reporting'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:53 +0000 (22:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:53 +0000 (22:07 -0700)
"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

1  2 
fetch-pack.c
diff --cc fetch-pack.c
Simple merge