projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90eadbc
)
note
author
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Dec 2020 19:48:03 +0000
(15:48 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Dec 2020 19:48:03 +0000
(15:48 -0400)
doc/todo/stalldetection_for_import_and_export.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/stalldetection_for_import_and_export.mdwn
b/doc/todo/stalldetection_for_import_and_export.mdwn
index a4698f461a20257acc3e1bb5163c5ee016467143..850dfd12720dde5a60af86ef4915161002b8ee13 100644
(file)
--- 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]]