This commit is contained in:
Joey Hess 2014-11-18 16:12:27 -04:00
parent 1468ef4bfe
commit 06add92bce
1 changed files with 1 additions and 2 deletions

View File

@ -221,7 +221,7 @@ spin hn hst = do
, std_out = UseHandle toh }
(Nothing, Nothing, Nothing, h) <- createProcess p
unlessM ((==) ExitSuccess <$> waitForProcess h) $
warningMessage "git send-pack failed"
warningMessage "git upload-pack failed"
-- no more protocol possible after
-- git push
Just NeedGitClone -> do
@ -324,7 +324,6 @@ gitPush hin hout = void $ fromstdin `concurrently` tostdout
connect fromh toh = do
b <- B.hGetSome fromh 40960
unless (B.null b) $ do
hPutStrLn stderr $ show ("got", fromh, b)
B.hPut toh b
hFlush toh
connect fromh toh