summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 15:20:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 15:20:29 -0400
commite312ef88c62270def28e815e7cec1f63268a358b (patch)
tree4c86155797abe719cf3c001d84f3f2ae9006e59b /debian
parent249c3bb84d6f3157c3012ee2120aaf8352f818f7 (diff)
addurl --file: When used with a special remote that claims urls and checks their contents, don't override the user's provided filename with filenames that the special remote suggests. Also, don't allow adding the url if the special remote says it contains multiple files.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b76823e5a..da1096e40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,11 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
* Relax debian package dependencies to git >= 1:1.7.7.6 rather
than needing >= 1:2.0.
* test: Fix --list-tests
+ * addurl --file: When used with a special remote that claims
+ urls and checks their contents, don't override the user's provided
+ filename with filenames that the special remote suggests. Also,
+ don't allow adding the url if the special remote says it contains
+ multiple files.
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400