summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:02:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:02:49 -0400
commit76f4c220d09797e5fdbea36eddf3eb4bbe761a09 (patch)
treedf45b094c76ff9ae4e3f1bb1aa9a84ff8f1c0c50 /doc
parent184356165d4a4c2979356b579ab11a386b88a2bc (diff)
reorder
Diffstat (limited to 'doc')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index ae4a347e8..021931090 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.