From 8f76d66f329a9bc431f0c16da529b9573756c755 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Feb 2012 04:31:39 -0400 Subject: [PATCH] set fileEncoding on CheckAttr handles Seemed to work without it, but this is correct. --- Git/CheckAttr.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Git/CheckAttr.hs b/Git/CheckAttr.hs index 669a9c54ef..8de19390f1 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 =