diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-07 13:35:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-07 13:35:56 -0400 |
commit | c5c157803bf0119b697a662f278134c2bada3079 (patch) | |
tree | 06c969a2f112a511d7b6a8774fe8a8833be75a2e /debian/changelog | |
parent | cd5e8755042eca6254111375e9040f45cb848279 (diff) |
Windows: Fix url to object when using a http remote.
annexLocations uses OS-native directory separators, but for an url,
it needs to use / even on Windows.
This is an ugly workaround. Could parameterize a lot of stuff in
annexLocations to fix it better. I suspect this is probably the only place
it's needed though.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 740f34ed5..582f4eab7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ git-annex (4.20130628) UNRELEASED; urgency=low than the urls's path. * Windows: Look for .exe extension when searching for a command in path. * Pass -f to curl when downloading a file with it, so it propigates failure. + * Windows: Fix url to object when using a http remote. -- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400 |