summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-02 15:12:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-02 15:12:33 -0400
commitb38a482dd99a4f16c9752190e929b7726aba4c83 (patch)
tree5ea3ff8397d4207ce9db5cf5a963957acf747d07 /debian
parent8e7728b312704f6f4cb84d81302c1518f0e85948 (diff)
addurl, importfeed: Changed to honor annex.largefiles settings, when the content of the url is downloaded. (Not when using --fast or --relaxed.)
importfeed just calls addurl functions, so inherits this from it. Note that addurl still generates a temp file, and uses that key to download the file. It just adds it to the work tree at the end when the file is small.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 144e2c907..42295c91d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ git-annex (5.20151117) UNRELEASED; urgency=medium
them. Instead, a mode such as 664 is used in this case.
* tahoe: Include tahoe capabilities in whereis display.
* import: Changed to honor annex.largefiles settings.
+ * addurl, importfeed: Changed to honor annex.largefiles settings,
+ when the content of the url is downloaded. (Not when using --fast or
+ --relaxed.)
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400