diff options
| author | Jeff King <peff@peff.net> | 2018-01-11 01:31:10 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-03 14:15:32 -0800 |
| commit | d4c813689b2b320f8907a615fcf1f1d27ae44f37 (patch) | |
| tree | 4d8aa5d5caa91b8be1a9f72d5cfb9f08aa024a42 /commit.c | |
| parent | transport-helper: use xread instead of read (diff) | |
| download | git-d4c813689b2b320f8907a615fcf1f1d27ae44f37.tar.gz git-d4c813689b2b320f8907a615fcf1f1d27ae44f37.zip | |
transport-helper: drop read/write errno checks
Since we use xread() and xwrite() here, EINTR, EAGAIN, and
EWOULDBLOCK retries are already handled for us, and we will
never see these errno values ourselves. We can drop these
conditions entirely, making the code easier to follow.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions
