This commit is contained in:
Joey Hess 2010-10-10 18:25:31 -04:00
parent e5514e0cb0
commit 026adce5a0
5 changed files with 27 additions and 17 deletions

View file

@ -8,7 +8,6 @@ import System.Path
import Data.String.Utils
import Utility
import Types
import BackendList
{- GitRepo constructor -}
gitRepo :: FilePath -> IO GitRepo
@ -16,8 +15,7 @@ gitRepo dir = do
-- TOOD query repo for configuration settings; other repositories; etc
return GitRepo {
top = dir,
remotes = [],
backends = supportedBackends
remotes = []
}
{- Path to a repository's gitattributes file. -}