start_command: flush buffers in the WIN32 code path as well
commit844cb2210d9fc66627c562b7a2fdaf6b9cd52ae1
authorJohannes Sixt <j6t@kdbg.org>
Fri, 4 Feb 2011 08:41:58 +0000 (4 09:41 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 4 Feb 2011 11:15:19 +0000 (4 11:15 +0000)
treeacdecb5df4bb73c4877392aae5f68b4576ec22a9
parentb7f67992f24217ce46bb4194f6ee5b72a96679dc
start_command: flush buffers in the WIN32 code path as well

The POSIX code path did The Right Thing already, but we have to do the same
on Windows.

This bug caused failures in t5526-fetch-submodules, where the output of
'git fetch --recurse-submodules' was in the wrong order.

Debugged-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
run-command.c