Merge branch 'jc/ignore-epipe-in-filter'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:57 +0000 (12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:57 +0000 (12:41 -0700)
Filter scripts were run with SIGPIPE disabled on the Git side,
expecting that they may not read what Git feeds them to filter.
We however treated a filter that does not read its input fully
before exiting as an error.

This changes semantics, but arguably in a good way. If a filter
can produce its output without consuming its input using whatever
magic, we now let it do so, instead of diagnosing it as a
programming error.

* jc/ignore-epipe-in-filter:
filter_buffer_or_fd(): ignore EPIPE
copy.c: make copy_fd() report its status silently

1  2 
cache.h
lockfile.c
diff --cc cache.h
Simple merge
diff --cc lockfile.c
Simple merge