convert: remove erroneous tests for errno == EPIPE
commit070e5f72d9d6f0056895bd3222e75f8075ed4c0e
authorBen Peart <peartben@gmail.com>
Fri, 5 May 2017 15:27:53 +0000 (5 11:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 01:57:26 +0000 (8 10:57 +0900)
treef2bec74468c46aa633f3ca8e48f7f497a4e57945
parente1104a5ee539408b81566066aaa6963cb87d5cd6
convert: remove erroneous tests for errno == EPIPE

start_multi_file_filter() and apply_multi_file_filter() currently test
for errno == EPIPE but treating EPIPE as an error is already happening
from one of the packet_write() functions.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Found/Fixed-by: Jeff King <peff@peff.net>
Acked-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c