add globallyAvailable to remotes
This commit is contained in:
parent
57e5960758
commit
449520a573
12 changed files with 23 additions and 4 deletions
|
@ -111,6 +111,7 @@ gen r u _ gc = go <$> remoteCost gc defcst
|
|||
, repo = r
|
||||
, gitconfig = gc
|
||||
, readonly = Git.repoIsHttp r
|
||||
, globallyAvailable = not $ Git.repoIsLocal r || Git.repoIsLocalUnknown r
|
||||
, remotetype = remote
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue