set fileEncoding on CheckAttr handles
Seemed to work without it, but this is correct.
This commit is contained in:
parent
cb631ce518
commit
8f76d66f32
1 changed files with 2 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue