aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:55:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:55:51 -0400
commit2736807f86a03741d6339203c594e0c73a8fafad (patch)
tree2c43579692d9a16e18e6a55a4c486033a49eb130 /CHANGELOG
parentcbb7f306b8f8f2672ea34b040a0010739f722310 (diff)
repeated addurl behavior reversion fix
addurl: When the file youtube-dl will download is already an annexed file, don't download it again and fail to overwrite it, instead just do nothing, like it used to when quvi was used. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 510336c65..34b91d00f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,9 @@ git-annex (6.20171215) UNRELEASED; urgency=medium
downloaded.
* Fix bug introduced in version 6.20171018 that caused some commands
to print out "ok" twice after processing a file.
+ * addurl: When the file youtube-dl will download is already an annexed
+ file, don't download it again and fail to overwrite it, instead just do
+ nothing, like it used to when quvi was used.
-- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400