summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-17 16:58:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-17 16:58:05 -0400
commit2d631990bbd24c4b6fbb317fc9308da5f7bfa196 (patch)
treef0cf8eb9ee673967f3ff2ddc6039b0c99d6168a6 /git-annex.cabal
parent82bb3565a3b4ae4442d006b06c1bd487cba783a8 (diff)
magic wormhole module
This interacts with it using stdio, which is surprisingly hard. sendFile does not currently work, due to https://github.com/warner/magic-wormhole/issues/108 Parsing the output to find the magic code is done as robustly as possible, and should continue to work unless wormhole radically changes the format of its codes. Presumably it will never output something that looks like a wormhole code before the actual wormhole code; that would also break this. It would be better if there was a way to make wormhole not mix the code with other output, as requested in https://github.com/warner/magic-wormhole/issues/104 Only exchange of files/directories is supported. To exchange messages, https://github.com/warner/magic-wormhole/issues/99 would need to be resolved. I don't need message exchange however.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 6b81424ab..694ab2481 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1044,6 +1044,7 @@ Executable git-annex
Utility.LockPool.Windows
Utility.LogFile
Utility.Lsof
+ Utility.MagicWormHole
Utility.Matcher
Utility.Metered
Utility.Misc