update proposed external special remote protocol
This commit is contained in:
parent
792e582a60
commit
ed5d8ee9ea
3 changed files with 43 additions and 11 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 15"""
|
||||
date="2017-08-28T19:00:10Z"
|
||||
content="""
|
||||
Since [[bugs/external_special_remote_protocol_broken_by_key_with_spaces]]
|
||||
was fixed, the Key can't contain spaces any longer.
|
||||
|
||||
The File could still contain spaces, eg when exporting from a direct mode
|
||||
repository where the worktree filename contains spaces.
|
||||
|
||||
In `RENAMEEXPORT`, both OldName and NewName could contain spaces.
|
||||
"""]]
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 16"""
|
||||
date="2017-08-28T19:32:06Z"
|
||||
content="""
|
||||
I've updated the proposed external special remote protocol to avoid the
|
||||
whitespace concerns. Not wild about needing a separate EXPORT request,
|
||||
which will probably get shoved into a global variable in most
|
||||
implementations. But it does avoid needing to use some kind of encoding,
|
||||
which would complicate implementations more, I feel.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue