update
This commit is contained in:
parent
eea55856e9
commit
c8002bd91b
3 changed files with 51 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue