devblog
This commit is contained in:
parent
7f7929939b
commit
e8c5db3624
1 changed files with 12 additions and 0 deletions
12
doc/devblog/day_484__special_remote_protocol_extensions.mdwn
Normal file
12
doc/devblog/day_484__special_remote_protocol_extensions.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
The
|
||||||
|
[[external special remote protocol|design/external_special_remote_protocol]]
|
||||||
|
had extensibility built into it for messages git-annex sends, but not
|
||||||
|
for messages that the remote sends back to git-annex. To fix this
|
||||||
|
asymmetry, I've added a new EXTENSIONS to the protocol, which can be used
|
||||||
|
to find out about what new protocol extensions are supported.
|
||||||
|
|
||||||
|
There was the possibility that adding that might break some external
|
||||||
|
special remote that hardcoded the intial protocol messages. So, I checked
|
||||||
|
all of them that I know of, and all were ok, except for older versions of
|
||||||
|
datalad, which we were able to deal with. If you have your own external
|
||||||
|
special remote implementation, now would be a good time to check it.
|
Loading…
Add table
Add a link
Reference in a new issue