Revert "flush stream after each write to update-index, to possibly avoid buffering issues on Windows"

Didn't help.
This commit is contained in:
Joey Hess 2013-06-14 14:34:24 -04:00
parent 18356eb562
commit 077ca355d0

View file

@ -44,7 +44,6 @@ streamUpdateIndex repo as = pipeWrite params repo $ \h -> do
streamer h s = do
hPutStr h s
hPutStr h "\0"
hFlush h
{- A streamer that adds the current tree for a ref. Useful for eg, copying
- and modifying branches. -}