diff options
author | Jehan Bing <jehan@orb.com> | 2012-02-20 12:53:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-21 12:48:09 -0800 |
commit | 6424c2ad12cf6c3feb533fab9c4dded7514d0f4c (patch) | |
tree | b2916a0d9514481abda8642dd871e5f2360a9f03 /git-gui/lib/sshkey.tcl | |
parent | Sync with 1.7.6.6 (diff) | |
download | tgif-6424c2ad12cf6c3feb533fab9c4dded7514d0f4c.tar.xz |
Ignore SIGPIPE when running a filter driver
If a filter is not defined or if it fails, git should behave as if the
filter is a no-op passthru.
However, if the filter exits before reading all the content, depending on
the timing, git could be killed with SIGPIPE when it tries to write to the
pipe connected to the filter.
Ignore SIGPIPE while processing the filter to give us a chance to check
the return value from a failed write, in order to detect and act on this
mode of failure in a more controlled way.
Signed-off-by: Jehan Bing <jehan@orb.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/sshkey.tcl')
0 files changed, 0 insertions, 0 deletions