From d180b8e5afaf09b33006c2c8ed691b87e8b331fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Dec 2013 14:02:49 -0400 Subject: [PATCH] reorder --- doc/design/external_special_remote_protocol.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index ae4a347e80..0219310909 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -29,17 +29,17 @@ the content to send): TRANSFER STORE Key File -Once the file has been sent, the program can reply with the result: - - TRANSFER-SUCCESS STORE Key - -Any number of other messages can be sent back and forth while that upload +Any number of messages can be sent back and forth while that upload is going on. A common message the program would send is to tell the progress of the upload (in bytes): PROGRESS STORE Key 10240 PROGRESS STORE Key 20480 +Once the file has been sent, the program can reply with the result: + + TRANSFER-SUCCESS STORE Key + ## git-annex messages These are the messages git-annex may send to the special remote program.