Merge branch 'jk/long-error-messages' into maint
commit6c0850f2dd994baaf64ef580e466706ce17a860f
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:17:49 +0000 (3 19:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:17:49 +0000 (3 19:17 -0700)
tree4f4e8bc5af81c97e5aa9769c1e9975e59bb1340a
parentcbcd3dcaa8e504779523959ccf8771fdb32f2d2a
parentf4c3edc0b156362a92bf9de4f0ec794e90a757fc
Merge branch 'jk/long-error-messages' into maint

The codepath to produce error messages had a hard-coded limit to
the size of the message, primarily to avoid memory allocation while
calling die().

* jk/long-error-messages:
  vreportf: avoid intermediate buffer
  vreportf: report to arbitrary filehandles