diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-29 17:30:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-29 17:30:27 -0400 |
commit | 6fbf18025af8c697b515e83600f16de0c232a994 (patch) | |
tree | 75e4ce29ffeb2a66273c8402447ae4626ff87724 /git-annex.cabal | |
parent | ec8d3f61bd4cd1432757fd8fe185ba8f35791755 (diff) |
finish git-annex enable-tor
Make it stash the address away for git-annex p2p to use later, rather
than outputting it. And, look up the UUID itself.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index bd8c36063..5a446ac7a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -904,6 +904,7 @@ Executable git-annex Messages.Internal Messages.JSON Messages.Progress + P2P.Address P2P.Auth P2P.IO P2P.Protocol |