summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-14 12:33:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-14 12:33:02 -0400
commitd611c20fe039881461db7b76ca3155d10e9b6a1f (patch)
tree50ded25a8f75817aaf56e5f6d9fd9b6d8cb457b2 /debian
parent195d478d65ba0b0e862e2b9ea28edd49012d651f (diff)
Changed drop ordering when using git annex sync --content or the assistant, to drop from remotes first and from the local repo last. This works better with the behavior changes to drop in many cases.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f336b9ec..a0011687d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
- If a git remote has too old a version of git-annex-shell installed,
git-annex won't trust it to hold onto a copy of a file when dropping
that file from some other remote.
+ * Changed drop ordering when using git annex sync --content or the
+ assistant, to drop from remotes first and from the local repo last.
+ This works better with the behavior changes to drop in many cases.
* Do verification of checksums of annex objects downloaded from remotes.
* When annex objects are received into git repositories from other git
repos, their checksums are verified then too.
@@ -36,6 +39,7 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
and stop recommending bittornado | bittorrent.
* Debian: Remove dependency on transformers library, as it is now
included in ghc.
+ *
-- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400