diff options
author | Jeff King <peff@peff.net> | 2013-03-25 16:18:16 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-27 13:46:58 -0700 |
commit | 42e7e2a53492ed1772b7b5d8b328f8d0a66f8b33 (patch) | |
tree | 9b15820ba4428dca780fbc9a5d4c708002b6ec81 /userdiff.h | |
parent | f54fac53786808130c82936e59be16000deba04a (diff) | |
download | git-42e7e2a53492ed1772b7b5d8b328f8d0a66f8b33.tar.gz git-42e7e2a53492ed1772b7b5d8b328f8d0a66f8b33.tar.xz |
read_istream_filtered: propagate read error from upstream
The filter istream pulls data from an "upstream" stream,
running it through a filter function. However, we did not
properly notice when the upstream filter yielded an error,
and just returned what we had read. Instead, we should
propagate the error.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'userdiff.h')
0 files changed, 0 insertions, 0 deletions