some work on the sha1 backend; still incomplete
This commit is contained in:
parent
d92730bef6
commit
7bd7cca399
3 changed files with 17 additions and 3 deletions
|
@ -195,8 +195,8 @@ run repo params = assertLocal repo $ do
|
|||
pipeRead :: Repo -> [String] -> IO String
|
||||
pipeRead repo params = assertLocal repo $ do
|
||||
pOpen ReadFromPipe "git" (gitCommandLine repo params) $ \h -> do
|
||||
ret <- hGetContentsStrict h
|
||||
return ret
|
||||
ret <- hGetContentsStrict h
|
||||
return ret
|
||||
|
||||
{- Passed a location, recursively scans for all files that
|
||||
- are checked into git at that location. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue