summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Git/CheckAttr.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Git/CheckAttr.hs b/Git/CheckAttr.hs
index 669a9c54e..8de19390f 100644
--- a/Git/CheckAttr.hs
+++ b/Git/CheckAttr.hs
@@ -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 =