updat
This commit is contained in:
parent
13514b6afc
commit
58c89565e9
2 changed files with 5 additions and 2 deletions
|
@ -149,7 +149,7 @@ attributes repo
|
|||
{- Looks up a gitattributes value for each file in a list. -}
|
||||
checkAttr :: Repo -> String -> [FilePath] -> IO [(FilePath, String)]
|
||||
checkAttr repo attr files = do
|
||||
(handle, s) <- pipeBoth "git" params files0
|
||||
(_, s) <- pipeBoth "git" params files0
|
||||
return $ map topair $ lines s
|
||||
-- XXX handle is left open, this is ok for git-annex, but may need
|
||||
-- to be cleaned up for other uses.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue