Revert "flush stream after each write to update-index, to possibly avoid buffering issues on Windows"
Didn't help.
This commit is contained in:
parent
18356eb562
commit
077ca355d0
1 changed files with 0 additions and 1 deletions
|
@ -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. -}
|
||||
|
|
Loading…
Add table
Reference in a new issue