summaryrefslogtreecommitdiff
path: root/Documentation/git-stripspace.txt
diff options
context:
space:
mode:
authorLibravatar René Scharfe <rene.scharfe@lsrfire.ath.cx>2009-06-17 12:11:10 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-06-18 09:52:28 -0700
commit1b19fa46344f512949270dc88089574950519ea3 (patch)
tree5bdf2ee8230e8dc390d2822edc2c3bd7492a0ffe /Documentation/git-stripspace.txt
parentavoid exponential regex match for java and objc function names (diff)
downloadtgif-1b19fa46344f512949270dc88089574950519ea3.tar.xz
upload-archive: fix infinite loop on Cygwin
On Cygwin, poll() reports POLLIN even for file descriptors that have reached their end. This caused git upload-archive to be stuck in an infinite loop, as it only looked at the POLLIN flag. In addition to POLLIN, check if read() returned 0, which indicates end-of-file, and keep looping only as long as at least one of the file descriptors has input. This lets the following command finish on its own when run in a git repository on Cygwin, instead of it getting stuck after printing all file names: $ git archive -v --remote . HEAD >/dev/null Reported-by: Bob Kagy <bobkagy@gmail.com> Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stripspace.txt')
0 files changed, 0 insertions, 0 deletions