From 887fe1714bedac7c7b853b6256fdedfae549ba1c Mon Sep 17 00:00:00 2001 From: Joey Hess <joey@kitenet.net> Date: Fri, 9 Nov 2012 14:33:34 -0400 Subject: [PATCH] flush stdout It's block-buffered here. --- Command/XMPPGit.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/XMPPGit.hs b/Command/XMPPGit.hs index 9df4f5d662..c54d6a84a2 100644 --- a/Command/XMPPGit.hs +++ b/Command/XMPPGit.hs @@ -39,3 +39,4 @@ gitRemoteHelper = do respond l = do mapM_ putStrLn l putStrLn "" + hFlush stdout