summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-02 17:45:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-02 17:45:28 -0400
commitb9320ee1d53bfe72b0fbf7e08c927f5b45bbc5c9 (patch)
tree1e18e726c6dbfa6111a50f17fae6591156fd38d6 /debian
parentadad12d3374102790cab0cfbb9a5f0721ff88fc9 (diff)
use rsync for all remote file transfers
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0bdfbf76a..5a9d332bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
git-annex (0.11) UNRELEASED; urgency=low
- * Rsync will now be used to resume interrupted/failed partial file
- transfers from a remote.
+ * If available, rsync will be used for file transfers from remote
+ repositories. This allows resuming interrupted transfers.
+ * Added remote.annex-rsync-options.
-- Joey Hess <joeyh@debian.org> Thu, 02 Dec 2010 16:54:12 -0400