set fileEncoding on CheckAttr handles

Seemed to work without it, but this is correct.
This commit is contained in:
Joey Hess 2012-02-14 04:31:39 -04:00
parent cb631ce518
commit 8f76d66f32

View file

@ -23,6 +23,8 @@ checkAttrStart attrs repo = do
cwd <- getCurrentDirectory
(pid, from, to) <- hPipeBoth "git" $ toCommand $
gitCommandLine params repo
fileEncoding from
fileEncoding to
return (pid, from, to, attrs, cwd)
where
params =