Fix handling of rsync remote urls containing a username, including rsync.net.

This breakage seems to have been caused way back in a1eded86,
but I am pretty sure rsync.net support has not been entirely
broken since last April. AFAICS, the generated .ssh/config
has not changed since then -- it has never included a Username setting
line. So, I am puzzled at when this reversion was introduced.

Note that the breakage only affected checkpresent and remove. Upload and
download use the ssh connection caching, which includes a -l username.
This commit is contained in:
Joey Hess 2014-02-21 13:06:39 -04:00
parent 764090d58f
commit ded4ab5704
3 changed files with 21 additions and 9 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (5.20140222) UNRELEASED; urgency=medium
* Fix handling of rsync remote urls containing a username,
including rsync.net.
-- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400
git-annex (5.20140221) unstable; urgency=medium
* metadata: New command that can attach metadata to files.