Home
last modified time | relevance | path

Searched defs:repoIsLocalBare (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DGit.hs123 repoIsLocalBare Repo { location = Local { worktree = Nothing } } = True function
124 repoIsLocalBare _ = False function
142 | repoIsLocalBare repo = attributesLocal repo function
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DRepair.hs412 | repoIsLocalBare r = return [] function