Home
last modified time | relevance | path

Searched refs:notencrypted (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DGCrypt.hs48 go _ = notencrypted
59 | otherwise = notencrypted
61 notencrypted = giveup "not a gcrypt encrypted repository" function
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/
H A DGpg.hs98 checkGCryptRepoEncryption location notencrypted notinstalled encrypted = function
105 dispatch Git.GCrypt.NotEncrypted = notencrypted
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/Configurators/
H A DSsh.hs635 checkGCryptRepoEncryption (genSshUrl sshdata) notencrypted notinstalled $
638notencrypted = giveup "Unexpectedly found a non-encrypted git repository, instead of the expected … function