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
|
cwd <- getCurrentDirectory
|
||||||
(pid, from, to) <- hPipeBoth "git" $ toCommand $
|
(pid, from, to) <- hPipeBoth "git" $ toCommand $
|
||||||
gitCommandLine params repo
|
gitCommandLine params repo
|
||||||
|
fileEncoding from
|
||||||
|
fileEncoding to
|
||||||
return (pid, from, to, attrs, cwd)
|
return (pid, from, to, attrs, cwd)
|
||||||
where
|
where
|
||||||
params =
|
params =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue