From 2d172abd2411cfbd592a97ce989950c018fa07e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Jan 2014 16:14:37 -0400 Subject: Added tahoe special remote. Known problems: 1. Tries to tahoe start when daemon is already running. 2. If multiple tahoe remotes are set up on the same computer, they will have the same node.url configured by default, and this confuses tahoe commands. This commit was sponsored by LeastAuthority.com --- Types/GitConfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Types/GitConfig.hs') diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs index fad5127ed..8623258a1 100644 --- a/Types/GitConfig.hs +++ b/Types/GitConfig.hs @@ -110,6 +110,7 @@ data RemoteGitConfig = RemoteGitConfig , remoteAnnexGnupgOptions :: [String] , remoteAnnexRsyncUrl :: Maybe String , remoteAnnexBupRepo :: Maybe String + , remoteAnnexTahoe :: Maybe FilePath , remoteAnnexBupSplitOptions :: [String] , remoteAnnexDirectory :: Maybe FilePath , remoteAnnexGCrypt :: Maybe String @@ -136,6 +137,7 @@ extractRemoteGitConfig r remotename = RemoteGitConfig , remoteAnnexGnupgOptions = getoptions "gnupg-options" , remoteAnnexRsyncUrl = notempty $ getmaybe "rsyncurl" , remoteAnnexBupRepo = getmaybe "buprepo" + , remoteAnnexTahoe = getmaybe "tahoe" , remoteAnnexBupSplitOptions = getoptions "bup-split-options" , remoteAnnexDirectory = notempty $ getmaybe "directory" , remoteAnnexGCrypt = notempty $ getmaybe "gcrypt" -- cgit v1.2.3