diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-21 13:06:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-21 13:20:57 -0400 |
commit | d439c9ca8719ec765bc685db05163223a0d5b72c (patch) | |
tree | c7bfd1938c550db47a4de751115022f6d79447b1 /debian | |
parent | 6cdf0e5ef173c5bb72fbdfa46a0654dd3204dab4 (diff) |
Fix handling of rsync remote urls containing a username, including rsync.net.
This breakage seems to have been caused way back in 0957b771,
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 085f9347d..d39e4fbd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. |