summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-02 22:46:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-02 22:48:45 -0400
commit6dbf044223969e37b5b4aa495f4ffa86b51d7596 (patch)
tree6c6e1ee1265f7ac6da4918c063598a53aa82902d /debian
parent2fdc2e9d5569f41281b5458c7a6efe767dc81864 (diff)
sync --content: Drop files from remotes that don't have them after getting them.
Need to include the uuid of the local repo in the list of belived locations of a key after getting it, in order for the drop from remote to include it in the numcopies calculation.
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 ab239d462..f4c8a1ac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
* sync --content: Reuse smart copy code from copy command, including
handling and repairing out of date location tracking info.
Closes: #737480
+ * sync --content: Drop files from remotes that don't have them after
+ getting them.
* Added ways to configure rsync options to be used only when uploading
or downloading from a remote. Useful to eg limit upload bandwidth.
* Document in man page that sshcaching uses ssh ControlMaster.