diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-30 15:04:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-30 15:05:59 -0400 |
commit | aa74dc1ce0810c0c9e6cd6714409b98140e830c5 (patch) | |
tree | 5f2648ee261acc23fbf3c3c009253ec279f09362 /debian | |
parent | 595c6c38bfb847dbaf689ecb4e5c17535d43d890 (diff) |
Windows: Got the rsync special remote working.
More aggressive rsync params fixup for windows. Param may contain a url, or
a file path, so check if it looks like a local file path and if so, fix it
up.
On windows only, rsyncUrlIsPath will treat c:foo as a path, rather than as
a rsyncurl starting with a host "c".
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4f10dd333..7f5f9cf88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ git-annex (5.20141220) UNRELEASED; urgency=medium added files even if adding one of the urls fails. * bittorrent: Fix locking problem when using addurl file:// * Windows: Fix local rsync filepath munging (fixes 26 test suite failures). + * Windows: Got the rsync special remote working. -- Joey Hess <id@joeyh.name> Mon, 22 Dec 2014 15:16:38 -0400 |