From fadf47557fcc1c2e37fae7aa6476981204e4a112 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Dec 2020 15:48:03 -0400 Subject: [PATCH] note --- doc/todo/stalldetection_for_import_and_export.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/todo/stalldetection_for_import_and_export.mdwn b/doc/todo/stalldetection_for_import_and_export.mdwn index a4698f461a..850dfd1272 100644 --- a/doc/todo/stalldetection_for_import_and_export.mdwn +++ b/doc/todo/stalldetection_for_import_and_export.mdwn @@ -3,3 +3,8 @@ import and export from remotes. This should be doable, but it will need the transferkeys protocol to be extended to cover the additional actions. --[[Joey]] + +> Note that, the protocol is designed so new requests can be added. +> The old transferkeys will exit with an error if the new git-annex +> happens to run it somehow. So it should be fine to add this stuff later +> on. --[[Joey]]