diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-26 23:28:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-26 23:47:30 -0400 |
commit | 7923a3e63f3f9871b2f2fcdb1c808d91ed1f8d61 (patch) | |
tree | 9ef254a62ffbaf11ba4383b5f8accf8233d01c4a /Git | |
parent | 46d92c0e423f6ae5b4456d1b3d4a91d124261d4b (diff) |
enabling rsync.net gcrypt repos
Still need to detect when the user is trying to create a repo
that already exists, and jump to the enabling code.
Diffstat (limited to 'Git')
-rw-r--r-- | Git/GCrypt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/GCrypt.hs b/Git/GCrypt.hs index f2f38dfa4..0da68bf24 100644 --- a/Git/GCrypt.hs +++ b/Git/GCrypt.hs @@ -15,6 +15,7 @@ import Git.Construct import qualified Git.Config as Config import qualified Git.Command as Command import Utility.Gpg +import Git.Remote urlPrefix :: String urlPrefix = "gcrypt::" @@ -66,7 +67,6 @@ probeRepo loc baserepo = do ExitFailure 1 -> NotDecryptable ExitFailure _ -> NotEncrypted -type RemoteName = String type GCryptId = String {- gcrypt gives each encrypted repository a uique gcrypt-id, |