diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:49:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:49:03 -0400 |
commit | 4cadfec3a00ece05576fbe289c4639e13b16ad52 (patch) | |
tree | 52567cf8b047ca042c773d3d33155c151fc9ce5f /debian | |
parent | 46407825b3b01de93fa0101cad84d719d9dc0653 (diff) |
Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix.
This doesn't change what GETURLS returns, but only whether it matches
any prefix that the external special remote asked for.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 098d865c2..e9d2558c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ git-annex (5.20150328) UNRELEASED; urgency=medium * Prevent git-ls-files from double-expanding wildcards when an unexpanded wildcard is passed to a git-annex command like add or find. * Fix make build target. Thanks, Justin Geibel. + * Fix GETURLS in external special remote protocol to strip + downloader prefix from logged url info before checking for the + specified prefix. -- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400 |