summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-07 19:04:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-07 19:04:51 -0400
commit03d6209e1ccee4a8df7d1b0336c1d5587a2b3ff6 (patch)
treeb65ce23e1f72242a13ce5b942cf8648ff2677c49 /debian
parent7c768c09841d7346444d65721b132d144835fc99 (diff)
addurl: Always use whole url as destination filename, rather than only its file component.
First, this ensures that git annex addurl, when run repeatedly with the same url, doesn't create duplicate files, which it did before when it fell back to the longer filename. Secondly, the file part of an url is frequently not very descriptive on its own. The uri scheme, auth, and port is intentionally left out, as clutter.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e79685a9a..9ff745566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ git-annex (3.20110907) UNRELEASED; urgency=low
* whereis: Show untrusted locations separately and do not include in
location count.
* Fix build without S3.
+ * addurl: Always use whole url as destination filename, rather than
+ only its file component.
-- Joey Hess <joeyh@debian.org> Tue, 06 Sep 2011 16:59:15 -0400