Avoid spinning waiting for git-gui.exe on Windows
commit02255c5fbc7e6dc0206db978994617cc72de4bb8
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Aug 2017 18:53:49 +0000 (29 21:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Aug 2017 18:53:49 +0000 (29 21:53 +0300)
treebecbe4e32051d0abe8188ef16f5d5bf110ef0861
parent1454ad6f068f1d94070943b6784bc127a3119055
Avoid spinning waiting for git-gui.exe on Windows

* src/w32proc.c (waitpid): If GetExitCodeProcess returns
STILL_ACTIVE, and we were called with WNOHANG, pretend that the
process exited.  (Bug#28268)
src/w32proc.c