Avoid excessive escaping for rsync special remotes that are not accessed over ssh.
This is actually tricky, 45bbf210a1
added
the escaping because it's needed for rsync that does go over ssh.
So I had to detect whether the remote's rsync url will use ssh or not,
and vary the escaping.
This commit is contained in:
parent
ed55a750d5
commit
1326bb8635
4 changed files with 27 additions and 2 deletions
|
@ -11,3 +11,5 @@ I attached a patch for this.
|
|||
>
|
||||
> Ah, you're not using rsync over ssh, but just to a local directory,
|
||||
> right? --[[Joey]]
|
||||
|
||||
>> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue