remove unncessary comment
This commit is contained in:
parent
49ee0a2a06
commit
820b591c1f
1 changed files with 0 additions and 2 deletions
2
Git.hs
2
Git.hs
|
@ -89,8 +89,6 @@ localGitDir :: Repo -> OsPath
|
|||
localGitDir Repo { location = Local { gitdir = d } } = d
|
||||
localGitDir _ = giveup "unknown localGitDir"
|
||||
|
||||
{- Some code needs to vary between URL and normal repos,
|
||||
- or bare and non-bare, these functions help with that. -}
|
||||
repoIsUrl :: Repo -> Bool
|
||||
repoIsUrl Repo { location = Url _ } = True
|
||||
repoIsUrl Repo { location = UnparseableUrl _ } = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue