This commit is contained in:
Joey Hess 2010-10-12 02:00:29 -04:00
parent eea55856e9
commit c8002bd91b
3 changed files with 51 additions and 11 deletions

View file

@ -31,7 +31,9 @@ import Network.URI
import Maybe
import Utility
{- A git repository can be local or remote. -}
{- A git repository can be on local disk or remote. Not to be confused
- with a git repo's configured remotes, some of which may be on local
- disk. -}
data GitRepo =
LocalGitRepo {
top :: FilePath,