summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 15:07:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 15:07:19 -0400
commit42afb451bd164afdbbb09852716da94185e4558e (patch)
tree49dc1b0970075f68d6274c85babb0243d430f508 /doc/design
parent1b4d1d63ab0d701b6f0a61de02bf06c09cfbde5f (diff)
formatting
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/exporting_trees_to_special_remotes.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes.mdwn b/doc/design/exporting_trees_to_special_remotes.mdwn
index d1abb689d..8d158e33e 100644
--- a/doc/design/exporting_trees_to_special_remotes.mdwn
+++ b/doc/design/exporting_trees_to_special_remotes.mdwn
@@ -118,17 +118,17 @@ the [[external_special_remote_protocol]].
The remote responds with either `TRANSFER-SUCCESS` or
`TRANSFER-FAILURE`, and a remote where exports do not make sense
may always fail.
-* `CHECKPRESENTEXPORT Key Name`
+* `CHECKPRESENTEXPORT Key Name`
Requests the remote to check if a Name is present in it.
The remote responds with `CHECKPRESENT-SUCCESS`, `CHECKPRESENT-FAILURE`,
or `CHECKPRESENT-UNKNOWN`.
-* `REMOVEEXPORT Key Name`
+* `REMOVEEXPORT Key Name`
Requests the remote to remove content stored by `TRANSFEREXPORT`.
The Key is provided in case the remote wants to use eg
`SETURIMISSING`.
The remote responds with either `REMOVE-SUCCESS` or
`REMOVE-FAILURE`.
-* `RENAMEEXPORT Key OldName NewName`
+* `RENAMEEXPORT Key OldName NewName`
Requests the remote rename a file stored on it from OldName to NewName.
The Key is provided in case the remote wants to use eg
`SETURIMISSING` and `SETURIPRESENT`.