diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-07 12:58:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-07 12:59:35 -0400 |
commit | 7bd9a9cad8b413f4b09f9ab11a9d6d7ce72b8336 (patch) | |
tree | 9255a8c03efdf9ec54e8844304e865d1c963cc74 /doc/design/exporting_trees_to_special_remotes.mdwn | |
parent | 087612ed842c060ee1749b5967a226708870546b (diff) |
document new stuff for external special remotes
Got rid of RENAMEEXPORT-UNSUPPORTED, no reason not to use
RENAMEEXPORT-FAILURE for that.
This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc/design/exporting_trees_to_special_remotes.mdwn')
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes.mdwn | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes.mdwn b/doc/design/exporting_trees_to_special_remotes.mdwn index 2b5217d95..6e7cc68db 100644 --- a/doc/design/exporting_trees_to_special_remotes.mdwn +++ b/doc/design/exporting_trees_to_special_remotes.mdwn @@ -114,9 +114,8 @@ Here's the changes to the latter: * `RENAMEEXPORT Key NewName` Requests the remote rename a file stored on it from the previously provided Name to the NewName. - The remote responds with `RENAMEEXPORT-SUCCESS`, - `RENAMEEXPORT-FAILURE`, or with `RENAMEEXPORT-UNSUPPORTED` if an efficient - rename cannot be done. + The remote responds with `RENAMEEXPORT-SUCCESS` or with + `RENAMEEXPORT-FAILURE` if an efficient rename cannot be done. To support old external special remote programs that have not been updated to support exports, git-annex will need to handle an `ERROR` response |