mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Our poll() emulation did not support the timeout argument. With this patch we support it as long as poll() does not need to wait on file descriptors as well because in this case the call just amounts to Sleep(). This is needed if the user sets help.autocorrect is set to a positive value. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>