run git coprocesses with gitEnv
This commit is contained in:
parent
e1baf48d88
commit
0b63ee6cd5
6 changed files with 12 additions and 6 deletions
|
@ -17,7 +17,7 @@ import qualified Utility.CoProcess as CoProcess
|
|||
type HashObjectHandle = CoProcess.CoProcessHandle
|
||||
|
||||
hashObjectStart :: Repo -> IO HashObjectHandle
|
||||
hashObjectStart = CoProcess.start "git" . toCommand . gitCommandLine
|
||||
hashObjectStart = gitCoProcessStart
|
||||
[ Param "hash-object"
|
||||
, Param "-w"
|
||||
, Param "--stdin-paths"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue