From 9f4771eb3c3f29ea38bbfc70eaf78198ca948840 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Mar 2018 15:15:23 -0400 Subject: implemented git-annex-shell p2pstdio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not yet used by git-annex, but this will allow faster transfers etc than using individual ssh connections and rsync. Not called git-annex-shell p2p, because git-annex p2p does something else and I don't want two subcommands with the same name between the two for sanity reasons. This commit was sponsored by Øyvind Andersen Holm. --- P2P/Protocol.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'P2P/Protocol.hs') diff --git a/P2P/Protocol.hs b/P2P/Protocol.hs index 81b2156cc..c750ae6ff 100644 --- a/P2P/Protocol.hs +++ b/P2P/Protocol.hs @@ -1,4 +1,6 @@ {- P2P protocol + - + - See doc/design/p2p_protocol.mdwn - - Copyright 2016 Joey Hess - -- cgit v1.2.3