Ignore broken pipe signals
authorJonas Fonseca <fonseca@diku.dk>
Tue, 10 Feb 2009 11:02:42 +0000 (12:02 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 10 Feb 2009 11:02:42 +0000 (12:02 +0100)
commit47a628bcf24d0e2ee14c977b639e75f161eba33a
tree5b766070580b8cbbdfa3b2e921d4090004b2b89f
parent46ef80d6e6650ae5d39dbd308ccf893cba20e57a
Ignore broken pipe signals

Can be caused if a forked git process exits with an error. Tig should
detect this by checking the exit code of the child using the return
value done_io().
tig.c