summaryrefslogtreecommitdiff
path: root/unpack-file.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-02-11 18:41:22 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-02-12 00:50:03 (GMT)
commit98deeaa82fb2b96395854e0574272ed21cbd81fe (patch)
tree00461313b09ef04e07561521f5fb307187e7f053 /unpack-file.c
parentc548cf4ee0737a321ffe94f6a97c65baf87281be (diff)
downloadgit-98deeaa82fb2b96395854e0574272ed21cbd81fe.zip
git-98deeaa82fb2b96395854e0574272ed21cbd81fe.tar.gz
git-98deeaa82fb2b96395854e0574272ed21cbd81fe.tar.bz2
Fix fetch-clone in the presense of signals
We shouldn't fail a fetch just because a signal might have interrupted the read. Normally, we don't install any signal handlers, so EINTR really shouldn't happen. That said, really old versions of Linux will interrupt an interruptible system call even for signals that turn out to be ignored (SIGWINCH is the classic example - resizing your xterm would cause it). The same might well be true elsewhere too. Also, since receive_keep_pack() doesn't control the caller, it can't know that no signal handlers exist. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'unpack-file.c')
0 files changed, 0 insertions, 0 deletions