]> git.ipfire.org Git - thirdparty/git.git/commit
start_command: flush buffers in the WIN32 code path as well
authorJohannes Sixt <j6t@kdbg.org>
Fri, 4 Feb 2011 08:41:58 +0000 (09:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Feb 2011 22:18:56 +0000 (14:18 -0800)
commit13af8cbd6af3f572a5c6c2fb7adc8fc7c408a3e2
treeb6fe77d266eb7d4faf2e53f6f3642e9fee140bc5
parent787d2a784b1d5d9c59c0098533ce9fdb757942d9
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: Junio C Hamano <gitster@pobox.com>
run-command.c